diff options
author | corvid <corvid@lavabit.com> | 2009-02-08 14:02:56 -0300 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-02-08 14:02:56 -0300 |
commit | 4e417d3988cff4143da06f438fcd39cb228ed1f9 (patch) | |
tree | db15fc7be182ecd004909797aae4a431812cae68 /src/ui.hh | |
parent | 175197dc885e13446fcc8662fd58a58dc46ad9d3 (diff) |
Switched load images on/off feature to the Tools menu
Diffstat (limited to 'src/ui.hh')
-rw-r--r-- | src/ui.hh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -50,7 +50,7 @@ class UI : public fltk::Group { Group *TopGroup; Button *Back, *Forw, *Home, *Reload, *Save, *Stop, *Bookmarks, *Tools, - *Clear, *Search, *FullScreen, *ImageLoad, *BugMeter, *FileButton; + *Clear, *Search, *FullScreen, *BugMeter, *FileButton; Input *Location; PackedGroup *ProgBox; CustProgressBox *PProg, *IProg; @@ -98,8 +98,6 @@ public: void set_panelmode(UIPanelmode mode); UIPanelmode get_panelmode(); void set_findbar_visibility(bool visible); - bool images_enabled() { return ImageLoad->state();} - void images_enabled(int flag) { ImageLoad->state(flag);} Widget *fullscreen_button() { return FullScreen; } void fullscreen_toggle() { FullScreen->do_callback(); } |