aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llfloater.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llfloater.h')
-rw-r--r--linden/indra/llui/llfloater.h1
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);