diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-03-15 09:28:45 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-03-15 09:28:45 -0300 |
commit | a39c454217025d86a3ee9ae42895adbe6bf249be (patch) | |
tree | 40b842f50589cd883b4a10e5087c2912805e3e39 /src/ui.hh | |
parent | b224c3e30c01837307922cd2402ef3e83896abc9 (diff) |
Made the findbar operative again (it has tricks and workarounds)
Diffstat (limited to 'src/ui.hh')
-rw-r--r-- | src/ui.hh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -127,14 +127,14 @@ class UI : public Fl_Pack { CustProgressBox *PProg, *IProg; Fl_Group *Panel, *Main; Fl_Output *StatusOutput; + Findbar *FindBar; - int MainIdx; + int FindBarSpace, MainIdx; // Panel customization variables int PanelSize, CuteColor, Small_Icons; int p_xpos, p_ypos, bw, bh, mh, lh, nh, fh, sh, pw, lbl; UIPanelmode Panelmode; - Findbar *findbar; int PointerOnLink; Fl_Button *make_button(const char *label, Fl_Image *img, Fl_Image*deimg, int b_n, int start = 0); @@ -168,7 +168,7 @@ public: void paste_url(); void set_panelmode(UIPanelmode mode); UIPanelmode get_panelmode(); - void set_findbar_visibility(bool visible); + void findbar_toggle(bool add); Fl_Widget *fullscreen_button() { return FullScreen; } void fullscreen_toggle() { FullScreen->do_callback(); } |