diff options
author | jcid <devnull@localhost> | 2008-10-01 19:26:57 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-01 19:26:57 +0200 |
commit | e293f994966f2dd42fd07fad60fdfbcdc1fb9081 (patch) | |
tree | afa10e47caf57790d73906c05445ad165a66f8bd /src/findbar.hh | |
parent | bb03b8a02fbbf22b04aa64459cf95bd9422e598d (diff) |
- Minor variable changes in findbar. Also some clear_tab_to_focus().
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 *); |