diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/llui/llpanel.h | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to '')
-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); |