Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index f41df24..ae42ad6 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -37,6 +37,9 @@ public:
/// make a window the active window
void show_menu(const char *label);
+ /// make the entity view menu the active window
+ void show_menuview(const std::string &label);
+
/// hide the active window
void hide_menu();
@@ -89,6 +92,11 @@ public:
static bool ui_debug;
+
+
+ static float elementmargin;
+ static math::Vector2f elementsize;
+
protected:
typedef std::list<Window *> Menus;