ui/gtk/toolkit.h

changeset 134
69e8e0936858
parent 133
6dd780cbc8c6
child 140
c03c338a7dcf
equal deleted inserted replaced
133:6dd780cbc8c6 134:69e8e0936858
53 } UiJob; 53 } UiJob;
54 54
55 typedef enum UiOrientation UiOrientation; 55 typedef enum UiOrientation UiOrientation;
56 enum UiOrientation { UI_HORIZONTAL = 0, UI_VERTICAL }; 56 enum UiOrientation { UI_HORIZONTAL = 0, UI_VERTICAL };
57 57
58 #ifndef UI_GTK2
58 void ui_app_quit(); 59 void ui_app_quit();
59 GtkApplication* ui_get_application(); 60 GtkApplication* ui_get_application();
61 #endif
60 62
61 void ui_destroy_userdata(GtkWidget *object, void *userdata); 63 void ui_destroy_userdata(GtkWidget *object, void *userdata);
62 64
63 void ui_set_active_window(UiObject *obj); 65 void ui_set_active_window(UiObject *obj);
64 UiObject *ui_get_active_window(); 66 UiObject *ui_get_active_window();

mercurial