summaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-09 20:38:36 +0200
committerjcid <devnull@localhost>2008-10-09 20:38:36 +0200
commit57bbebd6867c19e5a96972395051adc3f6e0248e (patch)
tree1d87223eaba24ac91c6e23f90b26fdecdd64ce70 /src/ui.hh
parent4fea52451363423ccb2ddb74f374f265f38b1755 (diff)
- File menu as popup implementation.
- Working show_filemenu dillorc option.
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 7a9dd5e7..0cd9ff50 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -49,7 +49,7 @@ class UI : public fltk::Group {
Group *TopGroup;
Button *Back, *Forw, *Home, *Reload, *Save, *Stop, *Bookmarks,
- *Clear, *Search, *FullScreen, *ImageLoad, *BugMeter;
+ *Clear, *Search, *FullScreen, *ImageLoad, *BugMeter, *FileButton;
Input *Location;
PackedGroup *ProgBox;
CustProgressBox *PProg, *IProg;
@@ -69,6 +69,7 @@ class UI : public fltk::Group {
PackedGroup *make_location();
PackedGroup *make_progress_bars(int wide, int thin_up);
void make_menubar(int x, int y, int w, int h);
+ Widget *make_filemenu_button();
Group *make_panel(int ww);
public: