aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-06-17 14:55:33 +0200
committerSebastian Geerken <devnull@localhost>2014-06-17 14:55:33 +0200
commit3d0f00b5c50b1d1bc55ccf051a957e753ac51ed6 (patch)
tree528730a4ddfcebb707baf7b0d30a1bc18a84cd04 /dw/textblock.hh
parent3f0b24b7ea91a60e52c9f426f146dd0dcbed6e75 (diff)
Mostly finished work on Widget::containerSizeChanged().
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r--dw/textblock.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh
index bb2e6ddd..8f38ccc2 100644
--- a/dw/textblock.hh
+++ b/dw/textblock.hh
@@ -747,6 +747,7 @@ protected:
void sizeRequestImpl (core::Requisition *requisition);
void getExtremesImpl (core::Extremes *extremes);
void sizeAllocateImpl (core::Allocation *allocation);
+ bool usesAvailWidth ();
void resizeDrawImpl ();
void markSizeChange (int ref);