image class

This commit is contained in:
Eduardo Bart
2011-04-08 15:29:59 -03:00
parent 77b31e425a
commit f54ef6401d
13 changed files with 200 additions and 54 deletions

View File

@@ -36,7 +36,7 @@ public:
void render();
virtual UI::ControlType getControlType() const { return UI::Panel; }
virtual UI::EControlType getControlType() const { return UI::Panel; }
private:
BorderedImagePtr m_boderedImage;