ARB
aw_global_awars.hxx
Go to the documentation of this file.
1 // ==================================================================== //
2 // //
3 // File : aw_global_awars.hxx //
4 // Purpose : define awars available in ALL arb applications //
5 // //
6 // //
7 // Coded by Ralf Westram (coder@reallysoft.de) in January 2003 //
8 // Copyright Department of Microbiology (Technical University Munich) //
9 // //
10 // Visit our web site at: http://www.arb-home.de/ //
11 // //
12 // //
13 // ==================================================================== //
14 
15 #ifndef AW_GLOBAL_AWARS_HXX
16 #define AW_GLOBAL_AWARS_HXX
17 
18 #define AWAR_WWW_BROWSER "www/browse_cmd" // how to call the users browser
19 #define AWAR_AW_FOCUS_FOLLOWS_MOUSE "focus/follow" // shall focus follow mouse
20 #define AWAR_SAVED_DB_PATH "tmp/arbdb_last_saved_as" // most up-to-date name of the currently loaded database
21 #define AWAR_ARB_TREE_RENAMED "tmp/tree_rename" // contains "oldname=newname" whenever a tree gets renamed (newname is NO_TREE_SELECTED if a tree has been deleted)
22 
23 #else
24 #error aw_global_awars.hxx included twice
25 #endif // AW_GLOBAL_AWARS_HXX
26