diff options
author | jcid <devnull@localhost> | 2008-08-23 23:57:55 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-08-23 23:57:55 +0200 |
commit | 25d1caff733ff5c995cb2f36b56b0e7d6cda1484 (patch) | |
tree | 22fa3718096fb267918b5909e06b0ded8d68e48d /src/ui.hh | |
parent | 358fda2d98f5ff1a435b92c30e5a6e51bde1ece5 (diff) |
- Reimplemented the menubar in a more ortodox way.
Diffstat (limited to 'src/ui.hh')
-rw-r--r-- | src/ui.hh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(); |