ui/gtk/toolkit.h

changeset 147
2e384acc89a6
parent 146
dd0ae1c62a72
child 163
b70e2a77dea0
equal deleted inserted replaced
146:dd0ae1c62a72 147:2e384acc89a6
57 void *job_data; 57 void *job_data;
58 ui_callback finish_callback; 58 ui_callback finish_callback;
59 void *finish_data; 59 void *finish_data;
60 } UiJob; 60 } UiJob;
61 61
62 struct UiSelection {
63 GtkSelectionData *data;
64 };
65
62 typedef enum UiOrientation UiOrientation; 66 typedef enum UiOrientation UiOrientation;
63 enum UiOrientation { UI_HORIZONTAL = 0, UI_VERTICAL }; 67 enum UiOrientation { UI_HORIZONTAL = 0, UI_VERTICAL };
64 68
65 #ifndef UI_GTK2 69 #ifndef UI_GTK2
66 void ui_app_quit(); 70 void ui_app_quit();

mercurial