From f9ce17839903ef10002f19a0c758dfeb828ae11a Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Thu, 29 May 2014 23:30:00 +0200 Subject: Removed size hints. --- dw/ui.hh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'dw/ui.hh') diff --git a/dw/ui.hh b/dw/ui.hh index cab67e17..6fc3d28a 100644 --- a/dw/ui.hh +++ b/dw/ui.hh @@ -241,9 +241,6 @@ public: Embed(Resource *resource); ~Embed(); - void setWidth (int width); - void setAscent (int ascent); - void setDescent (int descent); void setDisplayed (bool displayed); void setEnabled (bool enabled); void draw (View *view, Rectangle *area); @@ -337,9 +334,6 @@ public: virtual void sizeRequest (Requisition *requisition) = 0; virtual void getExtremes (Extremes *extremes); virtual void sizeAllocate (Allocation *allocation); - virtual void setWidth (int width); - virtual void setAscent (int ascent); - virtual void setDescent (int descent); virtual void setDisplayed (bool displayed); virtual void draw (View *view, Rectangle *area); virtual Iterator *iterator (Content::Type mask, bool atEnd) = 0; @@ -407,9 +401,6 @@ public: void sizeRequest (Requisition *requisition); void getExtremes (Extremes *extremes); void sizeAllocate (Allocation *allocation); - void setWidth (int width); - void setAscent (int ascent); - void setDescent (int descent); Iterator *iterator (Content::Type mask, bool atEnd); int getClickX () {return click_x;}; int getClickY () {return click_y;}; -- cgit v1.2.3