summaryrefslogtreecommitdiff
path: root/dw/textblock.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-12-30 23:23:26 +0100
committerSebastian Geerken <devnull@localhost>2015-12-30 23:23:26 +0100
commit0a654860a53d5f44276d2637901feee5cba46747 (patch)
tree3f5f976633bda3145bd796aa4f7d19c06f7438a1 /dw/textblock.hh
parent91ae5fed75491a199a86372648956db16bcdaf7d (diff)
SRDOP: fix floats within textblocks not necessarily allocating the availabke width.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r--dw/textblock.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh
index 532e1f84..69e3ef89 100644
--- a/dw/textblock.hh
+++ b/dw/textblock.hh
@@ -821,8 +821,6 @@ protected:
int numSizeRequestReferences ();
Widget *sizeRequestReference (int index);
- virtual bool mustBeWidenedToAvailWidth ();
-
void getExtremesSimpl (core::Extremes *extremes);
int numGetExtremesReferences ();
@@ -908,6 +906,8 @@ public:
int getGeneratorX (int oofmIndex);
int getGeneratorY (int oofmIndex);
int getGeneratorWidth ();
+ int getMaxGeneratorWidth ();
+ bool usesMaxGeneratorWidth ();
bool isPossibleContainer (int oofmIndex);
bool isPossibleContainerParent (int oofmIndex);
};