diff options
author | richard <none@none> | 2009-12-07 13:46:30 -0800 |
---|---|---|
committer | richard <none@none> | 2009-12-07 13:46:30 -0800 |
commit | a162a8de977de373b451b93b0ce3617cdbe59a39 (patch) | |
tree | 3ca00252d0a9518b2e655399f91765065e933261 /indra/llui/llsearcheditor.h | |
parent | 1d2a8e0f83ab85d0a907b66b55af12ea41891f65 (diff) | |
parent | 13c998c34ac2c1f134b4c6998413753f94e1a002 (diff) |
merge
Diffstat (limited to 'indra/llui/llsearcheditor.h')
-rw-r--r-- | indra/llui/llsearcheditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llsearcheditor.h b/indra/llui/llsearcheditor.h index f395e7e816..bd2d595174 100644 --- a/indra/llui/llsearcheditor.h +++ b/indra/llui/llsearcheditor.h @@ -83,6 +83,7 @@ public: virtual BOOL setLabelArg( const std::string& key, const LLStringExplicit& text ); virtual void setLabel( const LLStringExplicit &new_label ); virtual void clear(); + virtual void setFocus( BOOL b ); void setKeystrokeCallback( commit_callback_t cb ) { mKeystrokeCallback = cb; } |