ARB
|
Typedefs | |
typedef void(* | awt_orderfun )(AW_window *aww, awt_reorder_mode pos, AW_CL cl_user) |
typedef void(* | awt_collectfun )(AW_window *aww, awt_collect_mode what, AW_CL cl_user) |
Functions | |
void | awt_create_order_buttons (AW_window *aws, awt_orderfun reorder_cb, AW_CL cl_user) |
void | awt_create_collect_buttons (AW_window *aws, bool collect_rightwards, awt_collectfun collect_cb, AW_CL cl_user) |
typedef void(* UNTYPED::awt_orderfun)(AW_window *aww, awt_reorder_mode pos, AW_CL cl_user) |
Definition at line 37 of file awt_modules.hxx.
typedef void(* UNTYPED::awt_collectfun)(AW_window *aww, awt_collect_mode what, AW_CL cl_user) |
Definition at line 38 of file awt_modules.hxx.
Definition at line 17 of file AWT_modules.cxx.
References ARM_BOTTOM, ARM_DOWN, ARM_TOP, ARM_UP, AW_window::at(), AW_window::at_newline(), AW_window::auto_space(), AW_AT_AUTO, awt_assert, AW_window::callback(), AW_window::create_button(), AW_window::get_at_position(), AW_window::get_at_yposition(), AW_at_storage::make(), AW_window::restore_at_from(), and y.
Referenced by awt_create_order_buttons(), awt_create_subset_selection_list(), create_configuration_admin_window(), and popup_tree_admin_window().
void UNTYPED::awt_create_collect_buttons | ( | AW_window * | aws, |
bool | collect_rightwards, | ||
awt_collectfun | collect_cb, | ||
AW_CL | cl_user | ||
) |
Definition at line 46 of file AWT_modules.cxx.
References ACM_ADD, ACM_EMPTY, ACM_FILL, ACM_REMOVE, arb_test::all(), AW_window::at(), AW_window::at_newline(), AW_window::auto_space(), AW_AT_AUTO, awt_assert, bitmap_name(), AW_window::button_length(), AW_window::callback(), AW_window::create_button(), AW_window::get_at_position(), AW_window::get_at_yposition(), AW_at_storage::make(), AW_window::restore_at_from(), and y.
Referenced by awt_create_collect_buttons(), awt_create_subset_selection_list(), and MP_Window::MP_Window().