source: tags/arb_5.3/NTREE/nt_edconf.hxx

Last change on this file was 5942, checked in by westram, 15 years ago
  • added AW_window::activate (activates window using show() and sending _NET_ACTIVE_WINDOW to WM)
  • use activate in
    • standard popups (all menu/button popups using AW_POPUP)
    • special popup functions that don't bind window to menu/button
    • small requesters (aw_input, aw_question, …)
    • in popup-functions of information windows. But not if info-window is minimized and user just selects a new result in search window.
    • popup message window on each new message
  • no-exit-shells now popdown when X-Button is pressed (e.g. MESSAGE BOX)
  • fixed several special popup functions
  • renamed AW_window::get_show() → is_shown()
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 454 bytes
Line 
1
2// see also ARBDB/adtools/GBT_find_configuration
3void       NT_start_editor_on_tree(AW_window *, GBT_TREE **ptree, int use_species_aside);
4GB_ERROR   NT_create_configuration(AW_window *, GBT_TREE **ptree,const char *conf_name, int use_species_aside);
5AW_window *NT_start_editor_on_old_configuration(AW_root *root);
6AW_window *NT_extract_configuration(AW_root *awr);
7void       NT_popup_configuration_admin(AW_window *aww, AW_CL cl_GBT_TREE_ptr, AW_CL);
Note: See TracBrowser for help on using the repository browser.