Definitions of user functions. More...
Go to the source code of this file.
Variables | |
const struct MenuFuncOp | OpDialog [] |
Functions for Simple Dialogs. | |
const struct MenuFuncOp | OpGeneric [] |
Functions for the Generic Menu. | |
const struct MenuOpSeq | DialogDefaultBindings [] |
Key bindings for Simple Dialogs. | |
const struct MenuOpSeq | GenericDefaultBindings [] |
Key bindings for the Generic Menu. | |
Definitions of user functions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file functions.c.
const struct MenuFuncOp OpDialog[] |
Functions for Simple Dialogs.
Definition at line 60 of file functions.c.
const struct MenuFuncOp OpGeneric[] |
Functions for the Generic Menu.
Definition at line 68 of file functions.c.
const struct MenuOpSeq DialogDefaultBindings[] |
Key bindings for Simple Dialogs.
Definition at line 130 of file functions.c.
const struct MenuOpSeq GenericDefaultBindings[] |
Key bindings for the Generic Menu.
Definition at line 138 of file functions.c.