aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/frame.hpp
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-04-23 11:43:21 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:47 +0100
commitb3f87944ba62ee82684f30fc89d8bbd5cf472b48 (patch)
tree0099a83f05ae70506c1355fc2f3c7c29803664cd /src/menu/frame.hpp
parentf2b29d039424262426fd4598ce076f54e31854cf (diff)
downloadusdx-b3f87944ba62ee82684f30fc89d8bbd5cf472b48.tar.gz
usdx-b3f87944ba62ee82684f30fc89d8bbd5cf472b48.tar.xz
usdx-b3f87944ba62ee82684f30fc89d8bbd5cf472b48.zip
added parent to control
parent is used to delete the objects if the parent is deleted
Diffstat (limited to 'src/menu/frame.hpp')
-rw-r--r--src/menu/frame.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu/frame.hpp b/src/menu/frame.hpp
index 7f9af120..e71bef9b 100644
--- a/src/menu/frame.hpp
+++ b/src/menu/frame.hpp
@@ -41,8 +41,8 @@ namespace usdx
virtual void draw(void) const;
public:
- Frame();
- Frame(FrameBackground* background);
+ Frame(Control* parent);
+ Frame(Control* parent, FrameBackground* background);
virtual ~Frame();