ui/motif/toolkit.h

changeset 113
dde28a806552
parent 101
7b3a3130be44
equal deleted inserted replaced
112:c3f2f16fa4b8 113:dde28a806552
82 typedef enum UiOrientation UiOrientation; 82 typedef enum UiOrientation UiOrientation;
83 enum UiOrientation { UI_HORIZONTAL = 0, UI_VERTICAL }; 83 enum UiOrientation { UI_HORIZONTAL = 0, UI_VERTICAL };
84 84
85 void ui_exit_mainloop(); 85 void ui_exit_mainloop();
86 86
87 XtAppContext ui_motif_get_app(void);
87 Display* ui_motif_get_display(void); 88 Display* ui_motif_get_display(void);
88 89
89 void ui_set_active_window(Widget w); 90 void ui_set_active_window(Widget w);
90 Widget ui_get_active_window(); 91 Widget ui_get_active_window();
91 92

mercurial