ui/motif/toolkit.h

changeset 928
35a0fd2f4f3d
parent 924
6c6e97e06009
child 929
43cb1ea4c582
equal deleted inserted replaced
927:b8c0f718b141 928:35a0fd2f4f3d
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 XtAppContext ui_motif_get_app(void); 85 XtAppContext ui_motif_get_app(void);
86 Display* ui_motif_get_display(void); 86 Display* ui_motif_get_display(void);
87 void ui_motif_set_fallback_resources(String fallback[]);
87 88
88 void ui_set_active_window(Widget w); 89 void ui_set_active_window(Widget w);
89 Widget ui_get_active_window(); 90 Widget ui_get_active_window();
90 91
91 void ui_secondary_event_loop(int *loop); 92 void ui_secondary_event_loop(int *loop);

mercurial