diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/table.hh b/dw/table.hh index 560a2cb7..502b1332 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -471,7 +471,9 @@ protected: bool isBlockLevel (); - void draw (core::View *view, core::Rectangle *area); + Widget *drawLevel (core::View *view, core::Rectangle *area, + lout::container::untyped::Stack *iterator, + int majorLevel); //bool buttonPressImpl (core::EventButton *event); //bool buttonReleaseImpl (core::EventButton *event); |