ui/motif/toolkit.h

changeset 924
6c6e97e06009
parent 898
0484fc666c1d
child 928
35a0fd2f4f3d
equal deleted inserted replaced
923:b72d47697644 924:6c6e97e06009
80 } UiJob; 80 } UiJob;
81 81
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();
86
87 XtAppContext ui_motif_get_app(void); 85 XtAppContext ui_motif_get_app(void);
88 Display* ui_motif_get_display(void); 86 Display* ui_motif_get_display(void);
89 87
90 void ui_set_active_window(Widget w); 88 void ui_set_active_window(Widget w);
91 Widget ui_get_active_window(); 89 Widget ui_get_active_window();

mercurial