C-KIT-GUI-GTK 0.62
|
button, checkbox More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <gtk/gtk.h>
#include "../ut/ut_cast.h"
#include "../ut/ut_umem.h"
#include "../gui/gui_types.h"
#include "../gui/gui_base.h"
#include "../gui_gtk2/gtk_base.h"
#include "../gui_gtk2/gtk_button.h"
Functions | |
MemObj | GUI_button_img (MemObj *o_par, char *filnam, void *funcnam, void *data, char *opts) |
int | GUI_button_mod (MemObj *mo, char *ltext) |
int | GUI_button_styl (MemObj *mo, int iCol) |
MemObj | GUI_button__ (MemObj *o_par, char *ltext, void *funcnam, void *data, char *opts) |
int | GUI_button_press (void *parent, MemObj mo) |
int | GUI_ckbutt_get (MemObj *mo) |
int | GUI_ckbutt_set (MemObj *mo, int mode) |
int | GUI_ckbutt_set_noCB (MemObj *mo, int mode) |
MemObj | GUI_ckbutt__ (MemObj *o_par, char *ltxt, int state, void *funcnam, void *data, char *opts) |
Variables | |
GtkWidget * | UI_act_wi |
int | UI_fontsizY |
Memspc | UI_tmpSpc |
static int | UI_but_noCB = 0 |
button, checkbox
int GUI_button_mod | ( | MemObj * | mo, |
char * | ltext | ||
) |
GUI_Butt_Label modify buttontext (caption)
int GUI_button_styl | ( | MemObj * | mo, |
int | iCol | ||
) |
int GUI_button_press | ( | void * | parent, |
MemObj | mo | ||
) |
int GUI_ckbutt_get | ( | MemObj * | mo | ) |
returns state of checkbox; 0=not sel, 1=selected.
int GUI_ckbutt_set | ( | MemObj * | mo, |
int | mode | ||
) |
int GUI_ckbutt_set_noCB | ( | MemObj * | mo, |
int | mode | ||
) |
MemObj GUI_ckbutt__ | ( | MemObj * | o_par, |
char * | ltxt, | ||
int | state, | ||
void * | funcnam, | ||
void * | data, | ||
char * | opts | ||
) |
GtkWidget* UI_act_wi |
int UI_fontsizY |
Memspc UI_tmpSpc |
|
static |