|
ARB
|
#include <aw_window_Xm.hxx>


Public Member Functions | |
| AW_root_Motif () | |
| ~AW_root_Motif () | |
| Widget | get_last_widget () const |
| void | set_last_widget (Widget w) |
| void | set_cursor (Display *d, Window w, Cursor c) |
| void | normal_cursor () |
Public Attributes | |
| Display * | display |
| XtAppContext | context |
| Widget | toplevel_widget |
| Widget | main_widget |
| class AW_window * | main_aww |
| Widget | message_shell |
| Pixel | foreground |
| Pixel | background |
| XmFontList | fontlist |
| AW_option_menu_struct * | option_menu_list |
| AW_option_menu_struct * | last_option_menu |
| AW_option_menu_struct * | current_option_menu |
| AW_toggle_field_struct * | toggle_field_list |
| AW_toggle_field_struct * | last_toggle_field |
| AW_selection_list * | selection_list |
| AW_selection_list * | last_selection_list |
| int | screen_depth |
| AW_rgb * | color_table |
| Colormap | colormap |
| int | help_active |
| Cursor | clock_cursor |
| Cursor | question_cursor |
| Display * | old_cursor_display |
| Window | old_cursor_window |
| bool | no_exit |
| GB_HASH * | action_hash |
Definition at line 189 of file aw_window_Xm.hxx.
| AW_root_Motif::AW_root_Motif | ( | ) |
Definition at line 1341 of file AW_window.cxx.
| AW_root_Motif::~AW_root_Motif | ( | ) |
Definition at line 1371 of file AW_window.cxx.
References action_hash, color_table, fontlist, and GBS_free_hash().
|
inline |
Definition at line 230 of file aw_window_Xm.hxx.
|
inline |
Definition at line 231 of file aw_window_Xm.hxx.
Referenced by AW_root::make_sensitive().
| void AW_root_Motif::set_cursor | ( | Display * | d, |
| Window | w, | ||
| Cursor | c | ||
| ) |
Definition at line 1377 of file AW_window.cxx.
References main_widget, old_cursor_display, and old_cursor_window.
Referenced by AW_clock_cursor(), AW_normal_cursor(), and normal_cursor().
| void AW_root_Motif::normal_cursor | ( | ) |
Definition at line 1395 of file AW_window.cxx.
References old_cursor_display, old_cursor_window, and set_cursor().
| Display* AW_root_Motif::display |
Definition at line 192 of file aw_window_Xm.hxx.
Referenced by convert_xcolorname().
| XtAppContext AW_root_Motif::context |
Definition at line 193 of file aw_window_Xm.hxx.
Referenced by AW_get_XtAppContext(), and AW_timer_cb_struct::callAfter().
| Widget AW_root_Motif::toplevel_widget |
Definition at line 194 of file aw_window_Xm.hxx.
| Widget AW_root_Motif::main_widget |
Definition at line 195 of file aw_window_Xm.hxx.
Referenced by set_cursor().
| class AW_window* AW_root_Motif::main_aww |
Definition at line 196 of file aw_window_Xm.hxx.
| Widget AW_root_Motif::message_shell |
Definition at line 197 of file aw_window_Xm.hxx.
| Pixel AW_root_Motif::foreground |
Definition at line 199 of file aw_window_Xm.hxx.
| Pixel AW_root_Motif::background |
Definition at line 200 of file aw_window_Xm.hxx.
| XmFontList AW_root_Motif::fontlist |
Definition at line 202 of file aw_window_Xm.hxx.
Referenced by ~AW_root_Motif().
| AW_option_menu_struct* AW_root_Motif::option_menu_list |
Definition at line 204 of file aw_window_Xm.hxx.
| AW_option_menu_struct* AW_root_Motif::last_option_menu |
Definition at line 205 of file aw_window_Xm.hxx.
| AW_option_menu_struct* AW_root_Motif::current_option_menu |
Definition at line 206 of file aw_window_Xm.hxx.
| AW_toggle_field_struct* AW_root_Motif::toggle_field_list |
Definition at line 208 of file aw_window_Xm.hxx.
| AW_toggle_field_struct* AW_root_Motif::last_toggle_field |
Definition at line 209 of file aw_window_Xm.hxx.
| AW_selection_list* AW_root_Motif::selection_list |
Definition at line 211 of file aw_window_Xm.hxx.
| AW_selection_list* AW_root_Motif::last_selection_list |
Definition at line 212 of file aw_window_Xm.hxx.
| int AW_root_Motif::screen_depth |
Definition at line 214 of file aw_window_Xm.hxx.
| AW_rgb* AW_root_Motif::color_table |
Definition at line 215 of file aw_window_Xm.hxx.
Referenced by ~AW_root_Motif().
| Colormap AW_root_Motif::colormap |
Definition at line 216 of file aw_window_Xm.hxx.
Referenced by convert_xcolorname().
| int AW_root_Motif::help_active |
Definition at line 218 of file aw_window_Xm.hxx.
| Cursor AW_root_Motif::clock_cursor |
Definition at line 219 of file aw_window_Xm.hxx.
Referenced by AW_clock_cursor().
| Cursor AW_root_Motif::question_cursor |
Definition at line 220 of file aw_window_Xm.hxx.
| Display* AW_root_Motif::old_cursor_display |
Definition at line 221 of file aw_window_Xm.hxx.
Referenced by normal_cursor(), and set_cursor().
| Window AW_root_Motif::old_cursor_window |
Definition at line 222 of file aw_window_Xm.hxx.
Referenced by normal_cursor(), and set_cursor().
| bool AW_root_Motif::no_exit |
Definition at line 223 of file aw_window_Xm.hxx.
| GB_HASH* AW_root_Motif::action_hash |
Definition at line 225 of file aw_window_Xm.hxx.
Referenced by AW_root::define_remote_command(), AW_root::search_remote_command(), and ~AW_root_Motif().
1.8.8