#include <static_registry.hpp>
Public Attributes | |
widget_parser_t | parser |
The widget definition WML parser function. More... | |
const char * | key |
The tag containing the definition WML. More... | |
Definition at line 105 of file static_registry.hpp.
const char* gui2::registered_widget_parser::key |
The tag containing the definition WML.
Definition at line 111 of file static_registry.hpp.
widget_parser_t gui2::registered_widget_parser::parser |
The widget definition WML parser function.
Definition at line 108 of file static_registry.hpp.