diff options
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index cf43e404..610766ba 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -174,6 +174,8 @@ protected: int getAvailWidthOfChild (Widget *child, bool forceValue); int getAvailHeightOfChild (Widget *child, bool forceValue); + void removeChild (Widget *child); + public: static int CLASS_ID; |