diff options
Diffstat (limited to 'test/dw_simple_container.hh')
-rw-r--r-- | test/dw_simple_container.hh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/dw_simple_container.hh b/test/dw_simple_container.hh index fdb67bec..bd40b41e 100644 --- a/test/dw_simple_container.hh +++ b/test/dw_simple_container.hh @@ -34,8 +34,8 @@ private: Widget *child; protected: - void sizeRequestImpl (core::Requisition *requisition); - void getExtremesImpl (core::Extremes *extremes); + void sizeRequestSimpl (core::Requisition *requisition); + void getExtremesSimpl (core::Extremes *extremes); void sizeAllocateImpl (core::Allocation *allocation); public: @@ -44,7 +44,8 @@ public: SimpleContainer (); ~SimpleContainer (); - void draw (core::View *view, core::Rectangle *area); + void draw (core::View *view, core::Rectangle *area, + core::DrawingContext *context); core::Iterator *iterator (core::Content::Type mask, bool atEnd); void removeChild (Widget *child); |