ARB
|
Go to the source code of this file.
Classes | |
class | VarUpdateInfo |
Macros | |
#define | SPACE_BEHIND_BUTTON 3 |
Functions | |
void | AW_variable_update_callback (Widget, XtPointer variable_update_struct, XtPointer call_data) |
void | aw_attach_widget (Widget w, AW_at *_at, int default_width=-1) |
#define SPACE_BEHIND_BUTTON 3 |
Definition at line 86 of file aw_varupdate.hxx.
Referenced by AW_window::create_button(), and AW_window::update_option_menu().
void AW_variable_update_callback | ( | Widget | , |
XtPointer | variable_update_struct, | ||
XtPointer | call_data | ||
) |
Definition at line 34 of file AW_button.cxx.
References aw_assert, and VarUpdateInfo::change_from_widget().
Referenced by AW_window::create_input_field(), AW_window::create_selection_list(), AW_window::create_text_field(), and scalerChanged_cb().
Definition at line 186 of file AW_button.cxx.
References aw_xargs::add(), aw_xargs::assign_to_widget(), AW_at::attach_lx, AW_at::attach_ly, AW_at::attach_x, AW_at::attach_y, AW_at::correct_for_at_center, AW_at::max_x_size, AW_at::max_y_size, MIN_BOTTOM_OFFSET, MIN_RIGHT_OFFSET, NULp, AW_at::to_position_exists, AW_at::to_position_x, AW_at::to_position_y, AW_at::x_for_next_button, and AW_at::y_for_next_button.
Referenced by AW_window::create_button(), AW_window::create_input_field(), AW_window::create_selection_list(), AW_window::create_text_field(), AW_window::create_toggle_field(), and AW_window::update_option_menu().