433:605bb5dc34f1 | 434:9a68f8cbeffa |
---|---|
152 UiObserver **observers; | 152 UiObserver **observers; |
153 ui_callback callback; | 153 ui_callback callback; |
154 void *userdata; | 154 void *userdata; |
155 } UiVarEventData; | 155 } UiVarEventData; |
156 | 156 |
157 typedef enum UiOrientation UiOrientation; | |
158 enum UiOrientation { UI_HORIZONTAL = 0, UI_VERTICAL }; | |
159 | |
157 #ifndef UI_GTK4 | 160 #ifndef UI_GTK4 |
158 struct UiSelection { | 161 struct UiSelection { |
159 GtkSelectionData *data; | 162 GtkSelectionData *data; |
160 }; | 163 }; |
161 #endif | 164 #endif |