15 #define awt_assert(cond) arb_assert(cond)
42 if (all)
return rightwards ?
"#moveAllRight.xpm" :
"#moveAllLeft.xpm";
43 return rightwards ?
"#moveRight.xpm" :
"#moveLeft.xpm";
59 bool collect = collect_rightwards;
60 const bool all =
true;
void get_at_position(int *x, int *y) const
void button_length(int length)
void(* awt_orderfun)(AW_window *aww, awt_reorder_mode pos, AW_CL cl_user)
void(* awt_collectfun)(AW_window *aww, awt_collect_mode what, AW_CL cl_user)
void restore_at_from(const AW_at_storage &stored)
void awt_create_order_buttons(AW_window *aws, awt_orderfun reorder_cb, AW_CL cl_user)
static AW_at_storage * make(AW_window *aww, AW_at_storage_type type)
void auto_space(int xspace, int yspace)
void awt_create_collect_buttons(AW_window *aws, bool collect_rightwards, awt_collectfun collect_cb, AW_CL cl_user)
void callback(const WindowCallback &cb)
int get_at_yposition() const
const char * bitmap_name(bool rightwards, bool all)
void create_button(const char *macro_name, AW_label label, const char *mnemonic=NULp, const char *color=NULp)