aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-05-29 23:30:00 +0200
committerSebastian Geerken <devnull@localhost>2014-05-29 23:30:00 +0200
commitf9ce17839903ef10002f19a0c758dfeb828ae11a (patch)
treefd233d84a28d7214418624c548ad76ec6af39944 /dw/ui.hh
parente1b61ef1378520a68cb288b6b3c322f70f2a6a41 (diff)
Removed size hints.
Diffstat (limited to 'dw/ui.hh')
-rw-r--r--dw/ui.hh9
1 files changed, 0 insertions, 9 deletions
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;};