comparison: ui/gtk/button.h
ui/gtk/button.h
- changeset 1096
- 655349c3021e
- parent 823
- 1e1df80772ed
equal
deleted
inserted
replaced
| 56 const char *label, |
56 const char *label, |
| 57 const char *icon, |
57 const char *icon, |
| 58 const char *tooltip, |
58 const char *tooltip, |
| 59 ui_callback onclick, |
59 ui_callback onclick, |
| 60 void *userdata, |
60 void *userdata, |
| |
61 const char *action, |
| 61 int event_value, |
62 int event_value, |
| 62 bool activate_event); |
63 bool activate_event); |
| 63 |
64 |
| 64 void ui_setup_togglebutton( |
65 void ui_setup_togglebutton( |
| 65 UiObject *obj, |
66 UiObject *obj, |