aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-08-23 23:57:55 +0200
committerjcid <devnull@localhost>2008-08-23 23:57:55 +0200
commit25d1caff733ff5c995cb2f36b56b0e7d6cda1484 (patch)
tree22fa3718096fb267918b5909e06b0ded8d68e48d /src/ui.hh
parent358fda2d98f5ff1a435b92c30e5a6e51bde1ece5 (diff)
- Reimplemented the menubar in a more ortodox way.
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui.hh b/src/ui.hh
index 883d289d..d99bfef4 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -11,6 +11,7 @@
#include <fltk/Output.h>
#include <fltk/Image.h>
#include <fltk/MultiImage.h>
+#include <fltk/MenuBuild.h>
#include "findbar.hh"
@@ -67,7 +68,7 @@ class UI : public fltk::Window {
PackedGroup *make_toolbar(int tw, int th);
PackedGroup *make_location();
PackedGroup *make_progress_bars(int wide, int thin_up);
- Group *make_menu(int tiny);
+ void make_menubar(int x, int y, int w, int h);
Group *make_panel(int ww);
void delete_panel_images();