| 61 void ui_add_menu_separator(HMENU parent, int pos, UiMenuItemI *item, UiObject *obj); |
62 void ui_add_menu_separator(HMENU parent, int pos, UiMenuItemI *item, UiObject *obj); |
| 62 |
63 |
| 63 int64_t ui_checkitem_get(UiInteger *i); |
64 int64_t ui_checkitem_get(UiInteger *i); |
| 64 void ui_checkitem_set(UiInteger *i, int64_t value); |
65 void ui_checkitem_set(UiInteger *i, int64_t value); |
| 65 |
66 |
| |
67 int64_t ui_radioitem_get(UiInteger *i); |
| |
68 void ui_radioitem_set(UiInteger *i, int64_t value); |
| |
69 |
| 66 #ifdef __cplusplus |
70 #ifdef __cplusplus |
| 67 } |
71 } |
| 68 #endif |
72 #endif |
| 69 |
73 |
| 70 #endif //MENU_H |
74 #endif //MENU_H |