Changeset 6675 for trunk/WINDOW/Makefile

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/Makefile

    r6582 r6675  
    9595 
    9696AW_button.o: aw_at.hxx 
    97 AW_button.o: aw_awar.hxx 
    9897AW_button.o: aw_click.hxx 
    9998AW_button.o: aw_device.hxx 
    10099AW_button.o: aw_keysym.hxx 
     100AW_button.o: aw_nawar.hxx 
    101101AW_button.o: aw_position.hxx 
    102102AW_button.o: aw_print.hxx 
     
    407407 
    408408AW_window.o: aw_at.hxx 
    409 AW_window.o: aw_awar.hxx 
    410409AW_window.o: aw_click.hxx 
    411410AW_window.o: aw_commn.hxx 
     
    413412AW_window.o: aw_global.hxx 
    414413AW_window.o: aw_keysym.hxx 
     414AW_window.o: aw_nawar.hxx 
    415415AW_window.o: aw_position.hxx 
    416416AW_window.o: aw_print.hxx