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/NTREE/ad_spec.cxx

    r6656 r6675  
    11751175 
    11761176        cb_info->remap(new_awar); // remap the callback from old awar to new unique awar 
    1177         aww->update_label((int*)di->get_detach_button(), "GET"); 
     1177        aww->update_label(di->get_detach_button(), "GET"); 
    11781178 
    11791179        *aww_pointer = 0;       // caller window will be recreated on next open after clearing this pointer