diff options
author | jcid <devnull@localhost> | 2008-10-09 20:38:36 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-09 20:38:36 +0200 |
commit | 57bbebd6867c19e5a96972395051adc3f6e0248e (patch) | |
tree | 1d87223eaba24ac91c6e23f90b26fdecdd64ce70 /src/ui.hh | |
parent | 4fea52451363423ccb2ddb74f374f265f38b1755 (diff) |
- File menu as popup implementation.
- Working show_filemenu dillorc option.
Diffstat (limited to 'src/ui.hh')
-rw-r--r-- | src/ui.hh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |