diff options
author | Jacek Antonelli | 2008-08-15 23:45:44 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:44 -0500 |
commit | acfdcf2b1deeb04698174c78e8cb22b093445bb1 (patch) | |
tree | 811293650bcf81d01ea7c54d7c2cf263110aa329 /linden/indra/llui/llfloater.h | |
parent | Second Life viewer sources 1.20.2 (diff) | |
download | meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.zip meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.tar.gz meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.tar.bz2 meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.tar.xz |
Second Life viewer sources 1.20.3
Diffstat (limited to 'linden/indra/llui/llfloater.h')
-rw-r--r-- | linden/indra/llui/llfloater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llui/llfloater.h b/linden/indra/llui/llfloater.h index 8068741..7b4e003 100644 --- a/linden/indra/llui/llfloater.h +++ b/linden/indra/llui/llfloater.h | |||
@@ -146,6 +146,7 @@ public: | |||
146 | const LLString& getTitle() const; | 146 | const LLString& getTitle() const; |
147 | void setShortTitle( const LLString& short_title ); | 147 | void setShortTitle( const LLString& short_title ); |
148 | LLString getShortTitle(); | 148 | LLString getShortTitle(); |
149 | void setTitleVisible(bool visible); | ||
149 | virtual void setMinimized(BOOL b); | 150 | virtual void setMinimized(BOOL b); |
150 | void moveResizeHandlesToFront(); | 151 | void moveResizeHandlesToFront(); |
151 | void addDependentFloater(LLFloater* dependent, BOOL reposition = TRUE); | 152 | void addDependentFloater(LLFloater* dependent, BOOL reposition = TRUE); |