|
Functions |
| DECLSPEC bool | Load (PG_Widget *parent, const std::string &filename, void(*WorkCallback)(int now, int max), void *UserSpace) |
| | Load a XML layout.
|
| DECLSPEC int | GetParamInt (const char **Source, const char *What) |
| DECLSPEC PG_ScrollBar::ScrollDirection | GetParamScrollDirection (const char **Source, const char *What) |
| DECLSPEC char * | GetParamStr (const char **Source, const char *What) |
| DECLSPEC void | GetParamRect (const char **Source, const char *What, PG_Rect &Rect, PG_Widget *parent=NULL) |
| DECLSPEC PG_Label::TextAlign | GetParamAlign (const char **Source, const char *What) |
| DECLSPEC PG_Draw::BkMode | GetParamIMode (const char **Source, const char *What) |
| DECLSPEC int | GetParamGrad (const char **Source, const char *What, PG_Gradient *grad) |