diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-01 22:33:30 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-01 22:33:30 +0200 |
commit | 202681130e5ccbbdc7bb495c13d8c2da9548cba1 (patch) | |
tree | 792ff0c061a27c27c66b27d5b34ead2886e1f46f /dw/widget.hh | |
parent | d83eece3ba060818a608031ee1c5de94f3959ae8 (diff) |
Added correctExtremes*.
Diffstat (limited to 'dw/widget.hh')
-rw-r--r-- | dw/widget.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/widget.hh b/dw/widget.hh index 3b2a01de..326d00ec 100644 --- a/dw/widget.hh +++ b/dw/widget.hh @@ -320,6 +320,8 @@ protected: int *ascent, int *descent)); + virtual void correctExtremesOfChild (Widget *child, Extremes *extremes); + virtual void notifySetAsTopLevel(); virtual void notifySetParent(); @@ -437,6 +439,7 @@ public: void correctRequisition (Requisition *requisition, void (*splitHeightFun)(int height, int *ascent, int *descent)); + void correctExtremes (Extremes *extremes); virtual bool isBlockLevel (); virtual bool isPossibleContainer (); |