diff options
Diffstat (limited to 'linden/indra/llui/llpanel.h')
-rw-r--r-- | linden/indra/llui/llpanel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llui/llpanel.h b/linden/indra/llui/llpanel.h index dfd7a51..78aa7cf 100644 --- a/linden/indra/llui/llpanel.h +++ b/linden/indra/llui/llpanel.h | |||
@@ -194,6 +194,7 @@ public: | |||
194 | // Not implemented for all types, defaults to noop, returns FALSE if not applicaple | 194 | // Not implemented for all types, defaults to noop, returns FALSE if not applicaple |
195 | BOOL childSetTextArg(const LLString& id, const LLString& key, const LLStringExplicit& text); | 195 | BOOL childSetTextArg(const LLString& id, const LLString& key, const LLStringExplicit& text); |
196 | BOOL childSetLabelArg(const LLString& id, const LLString& key, const LLStringExplicit& text); | 196 | BOOL childSetLabelArg(const LLString& id, const LLString& key, const LLStringExplicit& text); |
197 | BOOL childSetToolTipArg(const LLString& id, const LLString& key, const LLStringExplicit& text); | ||
197 | 198 | ||
198 | // LLSlider / LLSpinCtrl | 199 | // LLSlider / LLSpinCtrl |
199 | void childSetMinValue(const LLString& id, LLSD min_value); | 200 | void childSetMinValue(const LLString& id, LLSD min_value); |