| 77 CxList *states; // int list |
77 CxList *states; // int list |
| 78 CxList *state_widgets; // UiGroupWidget list |
78 CxList *state_widgets; // UiGroupWidget list |
| 79 |
79 |
| 80 CxMap *actions; // key: action name (string), value: UiAction |
80 CxMap *actions; // key: action name (string), value: UiAction |
| 81 CxList *action_bindings; // UiActionBinding list |
81 CxList *action_bindings; // UiActionBinding list |
| 82 |
|
| 83 void (*attach_document)(UiContext *ctx, void *document); |
|
| 84 void (*detach_document2)(UiContext *ctx, void *document); |
|
| 85 |
82 |
| 86 char *title; |
83 char *title; |
| 87 |
84 |
| 88 #ifdef UI_GTK |
85 #ifdef UI_GTK |
| 89 #if GTK_CHECK_VERSION(4, 0, 0) |
86 #if GTK_CHECK_VERSION(4, 0, 0) |