ARB
|
#include <aw_window_Xm.hxx>
Public Member Functions | |
AW_buttons_struct (AW_active maski, Widget w, AW_buttons_struct *next) | |
~AW_buttons_struct () | |
Public Member Functions inherited from Noncopyable | |
Noncopyable () | |
Public Attributes | |
AW_active | mask |
Widget | button |
AW_buttons_struct * | next |
Definition at line 72 of file aw_window_Xm.hxx.
AW_buttons_struct::AW_buttons_struct | ( | AW_active | maski, |
Widget | w, | ||
AW_buttons_struct * | next | ||
) |
Definition at line 3303 of file AW_window.cxx.
References aw_assert, button, legal_mask, and next.
AW_buttons_struct::~AW_buttons_struct | ( | ) |
Definition at line 3312 of file AW_window.cxx.
References next.
AW_active AW_buttons_struct::mask |
Definition at line 76 of file aw_window_Xm.hxx.
Referenced by AW_root::apply_sensitivity().
Widget AW_buttons_struct::button |
Definition at line 77 of file aw_window_Xm.hxx.
Referenced by AW_root::apply_sensitivity(), AW_buttons_struct(), and AW_root::remove_button_from_sens_list().
AW_buttons_struct* AW_buttons_struct::next |
Definition at line 78 of file aw_window_Xm.hxx.
Referenced by AW_root::apply_sensitivity(), AW_buttons_struct(), AW_root::remove_button_from_sens_list(), and ~AW_buttons_struct().