diff options
Diffstat (limited to 'src/findbar.hh')
-rw-r--r-- | src/findbar.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/findbar.hh b/src/findbar.hh index b5591889..1e8c8d66 100644 --- a/src/findbar.hh +++ b/src/findbar.hh @@ -15,12 +15,11 @@ using namespace fltk; * Searchbar to find text in page. */ class Findbar : public Group { - HighlightButton *findb; Button *clrb; - HighlightButton *hidebutton; + HighlightButton *hide_btn, *next_btn; + CheckButton *check_btn; xpmImage *hideImg; Input *i; - CheckButton *cb; static void search_cb (Widget *, void *); static void search_cb2 (Widget *, void *); |