Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-10-19 13:45:07 +0000
committerStijn Buys <ingar@osirion.org>2008-10-19 13:45:07 +0000
commit56cdfd3822d2800abdd2f912ab7f76a5764793a7 (patch)
tree2656c7ef694117e0554ae4a47bb09629c78ed8af /src/ui/widget.h
parente6f1fad441a7737549f463ebac1c9de062b5173d (diff)
scrollpane widget, updated chatbox
Diffstat (limited to 'src/ui/widget.h')
-rw-r--r--src/ui/widget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/widget.h b/src/ui/widget.h
index ef386c0..60670b6 100644
--- a/src/ui/widget.h
+++ b/src/ui/widget.h
@@ -149,7 +149,7 @@ public:
void set_size(float const w, float const h);
/// set the widgets width and height
- void set_size(math::Vector2f const &size);
+ void set_size(const math::Vector2f &size);
/// set the widgets width
void set_width(float const w);
@@ -282,6 +282,8 @@ protected:
virtual void remove_child(Widget *child);
private:
+ void draw_debug_border();
+
bool widget_visible;
bool widget_background;
bool widget_border;