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/WINDOW/aw_preset.hxx

    r6411 r6666  
    2121#define AWP_FONTSIZE_TEMPLATE "GCS/%s/MANAGE_GCS/%s/size" 
    2222 
    23 void AW_save_defaults(AW_window *aw);   // use this if you're unsure 
    24 void AW_save_specific_defaults(AW_window *aw, const char *filename); 
     23void AW_save_properties(AW_window *aw);   // use this if you're unsure 
     24void AW_save_specific_properties(AW_window *aw, const char *filename); 
    2525 
    2626AW_window *AW_preset_window(AW_root *root);