mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
WidgetCallback fix.
--HG-- branch : dev
This commit is contained in:
@@ -17,6 +17,10 @@ class EE_API UIWidgetCreator {
|
||||
static void removeCustomWidgetCallback( std::string widgetName );
|
||||
|
||||
static bool existsCustomWidgetCallback( std::string widgetName );
|
||||
protected:
|
||||
typedef std::map<std::string, UIWidgetCreator::CustomWidgetCb> WidgetCallbackMap;
|
||||
|
||||
static WidgetCallbackMap widgetCallback;
|
||||
};
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user