ui/gtk/toolkit.h

branch
newapi
changeset 282
3a77b9048664
parent 280
e3565cf7c831
child 293
736c962f1011
equal deleted inserted replaced
281:2533cdebf6ef 282:3a77b9048664
74 void ui_destroy_boundvar(UiContext *ctx, UiVar *var); 74 void ui_destroy_boundvar(UiContext *ctx, UiVar *var);
75 75
76 void ui_set_active_window(UiObject *obj); 76 void ui_set_active_window(UiObject *obj);
77 UiObject *ui_get_active_window(); 77 UiObject *ui_get_active_window();
78 78
79 #if GTK_MAJOR_VERSION >= 3
80 void ui_css_init(void);
81 #endif
82
79 #ifdef __cplusplus 83 #ifdef __cplusplus
80 } 84 }
81 #endif 85 #endif
82 86
83 #endif /* TOOLKIT_H */ 87 #endif /* TOOLKIT_H */

mercurial