Show
Ignore:
Timestamp:
21/05/10 19:44:17 (2 years ago)
Author:
westram
Message:
  • AW_root
    • ctor initializes AWAR subsystem
    • made more clear that AW_root is a singleton
    • call dtor atexit; unlink AWARs from prop-DB and free memory (AW_window instances and releated mem still remain)
    • close properties DB
    • renamed some functions
  • AW_awar
    • added dtor
  • added AWT_create_root (necessary to add properties DB to DB-browser)
  • removed AWT_open_properties (done inside AW_root-ctor now)
  • EDIT properties
    • detect existing properties before constructing AW_root
  • removed AW_config_struct
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/MERGE/MG_main.cxx

    r6639 r6666  
    228228        } 
    229229 
    230         awm->insert_menu_topic("save_props", "Save properties (to ~/.arb_prop/ntree.arb)",              "p", "savedef.hlp", AWM_ALL,      (AW_CB)AW_save_defaults, 0, 0); 
     230        awm->insert_menu_topic("save_props", "Save properties (to ~/.arb_prop/ntree.arb)",              "p", "savedef.hlp", AWM_ALL,      (AW_CB)AW_save_properties, 0, 0); 
    231231 
    232232        awm->button_length(30); 
     
    418418} 
    419419 
    420 AW_window *create_MG_main_window(AW_root *aw_root) 
    421 { 
     420AW_window *create_MG_main_window(AW_root *aw_root) { 
    422421    MG_create_all_awars(aw_root, AW_ROOT_DEFAULT); 
    423422    AW_window *aww=create_merge_init_window(aw_root);