Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/scrollbar.h')
-rw-r--r--src/ui/scrollbar.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/ui/scrollbar.h b/src/ui/scrollbar.h
index c8eccf9..d2a8bbb 100644
--- a/src/ui/scrollbar.h
+++ b/src/ui/scrollbar.h
@@ -8,14 +8,16 @@
#define __INCLUDED_UI_SCROLLBAR_H__
#include <string>
-#include "ui/button.h"
+
#include "ui/widget.h"
namespace ui
{
+
+class Button;
/**
- * @brief a scrollbar widget
+ * @brief a scrollbar widget with a vertical layout.
*/
class ScrollBar : public Widget
{
@@ -23,7 +25,7 @@ public:
ScrollBar(Widget *parent, const float minimum = 0.0f, const float maximum = 1.0f);
~ScrollBar();
-
+
/**
* @brief the current slider value
*/