diff options
author | Sebastian Geerken <devnull@localhost> | 2014-10-23 13:12:52 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-10-23 13:12:52 +0200 |
commit | 8b633a44f51ecdda001addb99f2474f688920065 (patch) | |
tree | c6f0f121559e9caeb26b6b28d5e34e5a8628df7b /dw/ui.hh | |
parent | 0c9973c7c8127da4129c1810c52c29f69eb8665f (diff) |
Embed::draw (fixed last change).
Diffstat (limited to 'dw/ui.hh')
-rw-r--r-- | dw/ui.hh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -253,7 +253,8 @@ public: void setDisplayed (bool displayed); void setEnabled (bool enabled); - void draw (View *view, Rectangle *area); + Widget *draw (View *view, Rectangle *area, + StackingIteratorStack *iteratorStack); Iterator *iterator (Content::Type mask, bool atEnd); void setStyle (style::Style *style); |