diff options
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index 4b6a2fd0..4492bac5 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -288,6 +288,12 @@ public: virtual int getGeneratorX (int oofmIndex); /** + * Return position relative to container, not regarding + * margin/border/padding, Called by OOFFloatsMgr to position floats. + */ + virtual int getGeneratorY (int oofmIndex); + + /** * Return width including margin/border/padding Called by OOFFloatsMgr to * position floats. */ |