diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-02-25 04:21:04 -0800 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-02-25 04:21:04 -0800 |
commit | 33380b2fd9ab66d4cbe062f0a56cc655c18368f8 (patch) | |
tree | 92ef2d8cb909b307f9fbdb9591f73889adfc996f /indra/llui/llfloater.h | |
parent | c6929e42486dd6aa212dc523be4f3b65f431b016 (diff) | |
parent | ed1945b06d49d2b4ebff5b9fe933675fdcf1e71f (diff) |
merge
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r-- | indra/llui/llfloater.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h index 157b9b0113..cb5bf28db3 100644 --- a/indra/llui/llfloater.h +++ b/indra/llui/llfloater.h @@ -226,6 +226,9 @@ public: // If allowed, close the floater cleanly, releasing focus. virtual void closeFloater(bool app_quitting = false); + // Close the floater or its host. Use when hidding or toggling a floater instance. + virtual void closeHostedFloater(); + /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); // Release keyboard and mouse focus |