diff options
Diffstat (limited to 'libtemplate/templatepixmap.h')
| -rw-r--r-- | libtemplate/templatepixmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libtemplate/templatepixmap.h b/libtemplate/templatepixmap.h index 6cf3bd5..17bf7d3 100644 --- a/libtemplate/templatepixmap.h +++ b/libtemplate/templatepixmap.h @@ -47,6 +47,10 @@ public: void SetHeight(int height); void SetX(int x); void SetY(int y); + void SetWidthPercent(double width); + void SetHeightPercent(double height); + void SetXPercent(double x); + void SetYPercent(double y); void SetContainer(int x, int y, int w, int h); void SetGlobals(cGlobals *globals) { this->globals = globals; }; void AddFunction(string name, vector<pair<string, string> > ¶ms); |
