ui/gtk/button.h

changeset 58
0d25f15e2625
parent 56
294d5515583a
equal deleted inserted replaced
57:d5a7dbc945ef 58:0d25f15e2625
45 UiObject *obj, 45 UiObject *obj,
46 const char *label, 46 const char *label,
47 const char *icon, 47 const char *icon,
48 ui_callback onclick, 48 ui_callback onclick,
49 void *userdata, 49 void *userdata,
50 int event_value); 50 int event_value,
51 bool activate_event);
51 52
52 void ui_setup_togglebutton( 53 void ui_setup_togglebutton(
53 UiObject *obj, 54 UiObject *obj,
54 GtkWidget *togglebutton, 55 GtkWidget *togglebutton,
55 const char *label, 56 const char *label,

mercurial