Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-11-09 11:43:28 +0000
committerStijn Buys <ingar@osirion.org>2008-11-09 11:43:28 +0000
commit9d39702824e8fae5127e09fb5a05b521b48cd028 (patch)
treea56fdfc6e85a2405461be22bc80e43b33c8b8b48 /src/ui/widget.h
parent6cd1a38f1d3a0a45846d63a75475400372af1277 (diff)
docking menus
Diffstat (limited to 'src/ui/widget.h')
-rw-r--r--src/ui/widget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/widget.h b/src/ui/widget.h
index 60670b6..c002c73 100644
--- a/src/ui/widget.h
+++ b/src/ui/widget.h
@@ -278,8 +278,14 @@ protected:
/// draw the widget border
virtual void draw_border();
+ /// add a child widget
virtual void add_child(Widget *child);
+
+ /// remove a child widget
virtual void remove_child(Widget *child);
+
+ /// remove all child widgets
+ virtual void remove_children();
private:
void draw_debug_border();