diff options
Diffstat (limited to 'src/findbar.hh')
-rw-r--r-- | src/findbar.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/findbar.hh b/src/findbar.hh index 1e8c8d66..90982ffd 100644 --- a/src/findbar.hh +++ b/src/findbar.hh @@ -16,12 +16,13 @@ using namespace fltk; */ class Findbar : public Group { Button *clrb; - HighlightButton *hide_btn, *next_btn; + HighlightButton *hide_btn, *next_btn, *prev_btn; CheckButton *check_btn; xpmImage *hideImg; Input *i; static void search_cb (Widget *, void *); + static void searchBackwards_cb (Widget *, void *); static void search_cb2 (Widget *, void *); static void hide_cb (Widget *, void *); |