ui/gtk/button.h

branch
newapi
changeset 350
70305d427f25
parent 344
870dd3d41d83
equal deleted inserted replaced
349:d188f52cff7f 350:70305d427f25
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