ARB
|
#include <aw_window_Xm.hxx>
Public Member Functions | |
AW_option_menu_struct (int numberi, const char *variable_namei, AW_VARIABLE_TYPE variable_typei, Widget label_widgeti, Widget menu_widgeti, AW_pos xi, AW_pos yi, int correct) | |
Definition at line 91 of file aw_window_Xm.hxx.
AW_option_menu_struct::AW_option_menu_struct | ( | int | numberi, |
const char * | variable_namei, | ||
AW_VARIABLE_TYPE | variable_typei, | ||
Widget | label_widgeti, | ||
Widget | menu_widgeti, | ||
AW_pos | xi, | ||
AW_pos | yi, | ||
int | correct | ||
) |
Definition at line 3342 of file AW_window.cxx.
References correct_for_at_center_intern, default_choice, first_choice, label_widget, last_choice, menu_widget, next, NULp, option_menu_number, variable_name, variable_type, and xi.
int AW_option_menu_struct::option_menu_number |
Definition at line 94 of file aw_window_Xm.hxx.
Referenced by AW_option_menu_struct().
char* AW_option_menu_struct::variable_name |
Definition at line 95 of file aw_window_Xm.hxx.
Referenced by AW_option_menu_struct(), and AW_window::refresh_option_menu().
AW_VARIABLE_TYPE AW_option_menu_struct::variable_type |
Definition at line 96 of file aw_window_Xm.hxx.
Referenced by AW_window::_create_option_entry(), and AW_option_menu_struct().
Widget AW_option_menu_struct::label_widget |
Definition at line 97 of file aw_window_Xm.hxx.
Referenced by AW_option_menu_struct(), AW_window::refresh_option_menu(), and AW_window::update_option_menu().
Widget AW_option_menu_struct::menu_widget |
Definition at line 98 of file aw_window_Xm.hxx.
Referenced by AW_window::_create_option_entry(), and AW_option_menu_struct().
AW_widget_value_pair* AW_option_menu_struct::first_choice |
Definition at line 100 of file aw_window_Xm.hxx.
Referenced by AW_option_menu_struct(), AW_window::clear_option_menu(), option_menu_add_option(), and AW_window::refresh_option_menu().
AW_widget_value_pair* AW_option_menu_struct::last_choice |
Definition at line 101 of file aw_window_Xm.hxx.
Referenced by AW_option_menu_struct(), AW_window::clear_option_menu(), and option_menu_add_option().
AW_widget_value_pair* AW_option_menu_struct::default_choice |
Definition at line 102 of file aw_window_Xm.hxx.
Referenced by AW_option_menu_struct(), AW_window::clear_option_menu(), option_menu_add_option(), and AW_window::refresh_option_menu().
AW_pos AW_option_menu_struct::x |
Definition at line 104 of file aw_window_Xm.hxx.
AW_pos AW_option_menu_struct::y |
Definition at line 105 of file aw_window_Xm.hxx.
int AW_option_menu_struct::correct_for_at_center_intern |
Definition at line 106 of file aw_window_Xm.hxx.
Referenced by AW_option_menu_struct(), and AW_window::update_option_menu().
AW_option_menu_struct* AW_option_menu_struct::next |
Definition at line 108 of file aw_window_Xm.hxx.
Referenced by AW_option_menu_struct().