From 2d9202cb812dec65ec571035389aacd49d19e659 Mon Sep 17 00:00:00 2001 From: Dmitry Oleshko Date: Fri, 20 Nov 2009 16:28:52 +0200 Subject: implemented low task (EXT-1476) Make layouts for Alert, Tip and Script notifications based on XML - made XML-files for the following controls on the panel for alert toasts: button, check box, icon and line editor. - changed creation of these controls in code: from XML vs. from Params in run-time - added getFont method to the LLCheckBox control --HG-- branch : product-engine --- indra/llui/llcheckboxctrl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llui/llcheckboxctrl.h') diff --git a/indra/llui/llcheckboxctrl.h b/indra/llui/llcheckboxctrl.h index 2f8e8fdd23..b14e66b915 100644 --- a/indra/llui/llcheckboxctrl.h +++ b/indra/llui/llcheckboxctrl.h @@ -107,6 +107,7 @@ public: std::string getLabel() const; void setFont( const LLFontGL* font ) { mFont = font; } + const LLFontGL* getFont() { return mFont; } virtual void setControlName(const std::string& control_name, LLView* context); -- cgit v1.2.3