Show
Ignore:
Timestamp:
02/06/10 09:01:31 (2 years ago)
Author:
westram
Message:
  • AW_awar / widget interaction
    • replaced AW_INSERT_BUTTON_IN_AWAR_LIST by AW_awar/tie_widget
    • link AW_widget_refresh_cb in AW_awar (leak)
    • use Widget type instead of void*
    • untie_all_widgets() in dtor
  • removed deprecated header aw_awar.hxx
  • AW_root
    • delete focus_callback_list (leak)
    • method remove_button_from_sens_list replaces AW_remove_button_from_sens_list
    • moved member 'button_list' from AW_root_Motif, renamed it into 'button_sens_list' and destroy it in dtor
    • use Widget type instead of void*
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WINDOW/aw_window_Xm.hxx

    r6666 r6675  
    1616#define  p_global   (root->prvt) 
    1717#define  p_aww(aww) (aww->p_w) 
    18  
    19 bool AW_remove_button_from_sens_list(AW_root *aw_root, Widget w); 
    2018 
    2119#define MAP_ARAM(ar) p_w->areas[ar] 
     
    234232    XmFontList fontlist; 
    235233 
    236     AW_buttons_struct *button_list; 
    237  
    238234    AW_option_menu_struct *option_menu_list; 
    239235    AW_option_menu_struct *last_option_menu;