53 |
53 |
54 void ui_checkableaction_prepare_event(UiEvent *event, UiAction *action); |
54 void ui_checkableaction_prepare_event(UiEvent *event, UiAction *action); |
55 int64_t ui_checkableaction_get(UiInteger *value); |
55 int64_t ui_checkableaction_get(UiInteger *value); |
56 void ui_checkableaction_set(UiInteger *value, int64_t i); |
56 void ui_checkableaction_set(UiInteger *value, int64_t i); |
57 |
57 |
|
58 void ui_actiongroup_prepare_event(UiEvent *event, UiAction *action); |
|
59 int64_t ui_actiongroup_get(UiInteger *value); |
|
60 void ui_actiongroup_set(UiInteger *value, int64_t i); |
|
61 |
58 #endif /* MENU_H */ |
62 #endif /* MENU_H */ |
59 |
63 |