ARB
Public Member Functions | Public Attributes | List of all members
AW_option_menu_struct Struct Reference

#include <aw_window_Xm.hxx>

Collaboration diagram for AW_option_menu_struct:
Collaboration graph
[legend]

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)
 

Public Attributes

int option_menu_number
 
charvariable_name
 
AW_VARIABLE_TYPE variable_type
 
Widget label_widget
 
Widget menu_widget
 
AW_widget_value_pairfirst_choice
 
AW_widget_value_pairlast_choice
 
AW_widget_value_pairdefault_choice
 
AW_pos x
 
AW_pos y
 
int correct_for_at_center_intern
 
AW_option_menu_structnext
 

Detailed Description

Definition at line 91 of file aw_window_Xm.hxx.

Constructor & Destructor Documentation

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 
)

Member Data Documentation

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
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
AW_widget_value_pair* AW_option_menu_struct::last_choice
AW_widget_value_pair* AW_option_menu_struct::default_choice
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().


The documentation for this struct was generated from the following files: