diff options
author | Richard Linden <none@none> | 2012-02-27 13:06:10 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-02-27 13:06:10 -0800 |
commit | fbfad41587a8ba723348eb848a7366f02da87052 (patch) | |
tree | 595bb4034d924f38d4d407e5850029924b7e40fd /indra/llui/llfloaterreg.h | |
parent | 8024727d4546c07b723d1129651c189f7d2f28e3 (diff) |
EXP-1181 FIX As a designer, I would like to specify default floater positions using relative coordinates
store and load floater relative positions
Diffstat (limited to 'indra/llui/llfloaterreg.h')
-rw-r--r-- | indra/llui/llfloaterreg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llui/llfloaterreg.h b/indra/llui/llfloaterreg.h index 534cf8b40a..a1e1f8a988 100644 --- a/indra/llui/llfloaterreg.h +++ b/indra/llui/llfloaterreg.h @@ -115,9 +115,11 @@ public: // Control Variables static std::string getRectControlName(const std::string& name); static std::string declareRectControl(const std::string& name); + static std::string declarePosXControl(const std::string& name); + static std::string declarePosYControl(const std::string& name); static std::string getVisibilityControlName(const std::string& name); static std::string declareVisibilityControl(const std::string& name); - + static std::string getBaseControlName(const std::string& name); static std::string declareDockStateControl(const std::string& name); static std::string getDockStateControlName(const std::string& name); |