diff options
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index 4492bac5..3bdd52ab 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -298,6 +298,10 @@ public: * position floats. */ virtual int getGeneratorWidth (); + + virtual int getMaxGeneratorWidth (); + + virtual bool usesMaxGeneratorWidth (); virtual bool isPossibleContainer (int oofmIndex); |