|
Last change
on this file was
11513,
checked in by westram, 12 years ago
|
- reintegrates 'dist' into 'trunk'
- adds:
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
1.5 KB
|
| Line | |
|---|
| 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_ARB_TREE_RENAMED "tmp/tree_rename" // contains "oldname=newname" whenever a tree gets renamed |
|---|
| 21 | // (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 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.