diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2012-11-14 09:56:45 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2012-11-14 09:56:45 -0300 |
commit | 4a536e35e1cd1c14988f2ad3a61ae56d60ce9e2e (patch) | |
tree | e30608a108f7575611f9f8bc70e18e8f6a41b3b2 /src/findbar.hh | |
parent | f1a5856eeda2ee4c17dd7b1d4dfa0d8f4330ad3e (diff) |
Switched the findbar to use CustButton (which uses custom tooltips)
Diffstat (limited to 'src/findbar.hh')
-rw-r--r-- | src/findbar.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/findbar.hh b/src/findbar.hh index 72d24c44..d91c42df 100644 --- a/src/findbar.hh +++ b/src/findbar.hh @@ -8,12 +8,13 @@ #include <FL/Fl_Group.H> #include <FL/Fl_Check_Button.H> +#include "tipwin.hh" + /* * Searchbar to find text in page. */ class Findbar : public Fl_Group { - Fl_Button *clrb; - Fl_Button *hide_btn, *next_btn, *prev_btn; + CustButton *hide_btn, *next_btn, *prev_btn; Fl_Check_Button *check_btn; Fl_Pixmap *hideImg; Fl_Input *i; |