Modernized lluictrl. Added LLViewModel. Fixed focus callbacks being called excessively. Updated LLButton, and implemented boost::signals2 to replace old callback handling.
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
|
||||
void setCancelButtonVisible(BOOL b, const std::string& label);
|
||||
|
||||
static void onCancelButtonClicked( void* );
|
||||
static void onCancelButtonClicked();
|
||||
static void onClickMessage(void*);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user