C-KIT-GUI-GTK 0.62
|
Go to the source code of this file.
Functions | |
MemObj | GUI_radiobutt__ (MemObj *o_par, char *ltxt, int ii, void *funcnam, void *data, char *siz) |
int | GUI_radiobutt_get (MemObj *mo) |
void | GUI_radiobutt_set (MemObj *mo) |
int | GUI_radiobutt_press (void *parent, MemObj mo) |
int | GUI_popup__ (char *optLst[], char *tipLst[], int itip, void *funcnam, void *dataLst[]) |
int | GUI_popup_cb1 (void *parent, void *data) |
int | GUI_popup_cb2 (void *parent, void *event, void *data) |
MemObj | GUI_optmen__ (MemObj *o_par, char *mtxt, char *optLst[], char *tipLst[], void *funcnam, char *opts) |
int | GUI_optmen_set (MemObj *mo, int mode, void *data) |
int | GUI_optmen_chg (MemObj *mo, char *optLst[], char *tipLst[]) |
int | GUI_optmen_go (void *parent, void *event, MemObj mo) |
void | GUI_optmen_pos (void *menu, int *x, int *y, int *ii, void *data) |
void | GUI_optmen_sel (void *parent, void *data) |
MemObj GUI_radiobutt__ | ( | MemObj * | o_par, |
char * | ltxt, | ||
int | ii, | ||
void * | funcnam, | ||
void * | data, | ||
char * | siz | ||
) |
int GUI_radiobutt_get | ( | MemObj * | mo | ) |
test a radiobutton if it is active. 1=active, 0=not active.
test a radiobutton if it is active. 1=active, 0=not active.
void GUI_radiobutt_set | ( | MemObj * | mo | ) |
set a radiobutton to state = active.
set a radiobutton to state = active.
int GUI_radiobutt_press | ( | void * | parent, |
MemObj | mo | ||
) |
int GUI_popup__ | ( | char * | optLst[], |
char * | tipLst[], | ||
int | itip, | ||
void * | funcnam, | ||
void * | dataLst[] | ||
) |
int GUI_popup_cb1 | ( | void * | parent, |
void * | data | ||
) |
INTERNAL callback of GUI_Popup
INTERNAL callback of GUI_Popup
int GUI_popup_cb2 | ( | void * | parent, |
void * | event, | ||
void * | data | ||
) |
INTERNAL unmap popup-window callback
INTERNAL unmap popup-window callback
MemObj GUI_optmen__ | ( | MemObj * | o_par, |
char * | mtxt, | ||
char * | optLst[], | ||
char * | tipLst[], | ||
void * | funcnam, | ||
char * | opts | ||
) |
int GUI_optmen_set | ( | MemObj * | mo, |
int | mode, | ||
void * | data | ||
) |
int GUI_optmen_chg | ( | MemObj * | mo, |
char * | optLst[], | ||
char * | tipLst[] | ||
) |
GUI_optmen_chg populate / Change the menu of existing OptionMenu.
GUI_optmen_chg populate / Change the menu of existing OptionMenu.
int GUI_optmen_go | ( | void * | parent, |
void * | event, | ||
MemObj | mo | ||
) |
void GUI_optmen_pos | ( | void * | menu, |
int * | x, | ||
int * | y, | ||
int * | ii, | ||
void * | data | ||
) |
INTERNAL callback OptionMenu - set the position of the popup
INTERNAL callback OptionMenu - set the position of the popup
void GUI_optmen_sel | ( | void * | parent, |
void * | data | ||
) |
INTERNAL; see GUI_popup_cb1
INTERNAL; see GUI_popup_cb1