aboutsummaryrefslogtreecommitdiff
path: root/dw/bullet.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-06-17 15:49:08 +0200
committerSebastian Geerken <devnull@localhost>2014-06-17 15:49:08 +0200
commit5fc15b5e955b7cd1b8c10ac6e3363a9a394f45a4 (patch)
tree39a9a16365d278fb354bb636e6ab2cb7e98a50ed /dw/bullet.hh
parent3d0f00b5c50b1d1bc55ccf051a957e753ac51ed6 (diff)
Implemented containerSizeChangedForChildren() for all widgets.
Diffstat (limited to 'dw/bullet.hh')
-rw-r--r--dw/bullet.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/bullet.hh b/dw/bullet.hh
index 98854abb..76451cf7 100644
--- a/dw/bullet.hh
+++ b/dw/bullet.hh
@@ -15,6 +15,7 @@ class Bullet: public core::Widget
{
protected:
void sizeRequestImpl (core::Requisition *requisition);
+ void containerSizeChangedForChildren ();
void draw (core::View *view, core::Rectangle *area);
core::Iterator *iterator (core::Content::Type mask, bool atEnd);