|
C-Menu 0.2.9
A User Interface Toolkit
|
Pick data structures, enums, types, end external declarations. More...
#include <cm.h>Go to the source code of this file.
Data Structures | |
| struct | Pick |
| Pick data structure. More... | |
Macros | |
| #define | OBJ_MAXLEN 80 |
| #define | OBJ_MAXCNT 1024 |
Functions | |
| void | save_object (Pick *, char *) |
| Saves a string as an object in the pick structure. | |
| void | display_page (Pick *) |
| Displays current page of objects in pick window. | |
| void | reverse_object (Pick *) |
| Reverses the display of the currently selected object in pick window. | |
| void | toggle_object (Pick *) |
| Toggles the selection state of the currently selected object in pick window. | |
| int | output_objects (Pick *) |
| Outputs selected objects to specified output file. | |
| int | mpick (int, char **, int, int, int, int, char *, int) |
Variables | |
| Pick * | pick |
Pick data structures, enums, types, end external declarations.
Definition in file pick.h.
|
extern |
|
extern |
pointer to Pick data structure
Definition at line 46 of file mem.c.
Referenced by destroy_pick(), display_pick_help(), exec_objects(), init_pick_files(), new_pick(), open_pick_win(), pick_engine(), and picker().