aboutsummaryrefslogtreecommitdiff
path: root/src/findbar.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-03 14:34:41 +0200
committerjcid <devnull@localhost>2008-09-03 14:34:41 +0200
commiteaab00ed0b648190ac1eef7fc166cb19dc98b880 (patch)
treead1e93756da05cf7db6bea6a16a8dba2e217de20 /src/findbar.hh
parent3e6aed4bf51baf13ff9d3ea2478291ad570ce3d0 (diff)
- Added the findbar destructor.
Diffstat (limited to 'src/findbar.hh')
-rw-r--r--src/findbar.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/findbar.hh b/src/findbar.hh
index 29890ef3..db803140 100644
--- a/src/findbar.hh
+++ b/src/findbar.hh
@@ -1,6 +1,7 @@
#ifndef __FINDBAR_HH__
#define __FINDBAR_HH__
+#include <fltk/xpmImage.h>
#include <fltk/Widget.h>
#include <fltk/HighlightButton.h>
#include <fltk/Button.h>
@@ -20,6 +21,7 @@ class Findbar : public Group {
HighlightButton *findb;
Button *clrb;
HighlightButton *hidebutton;
+ xpmImage *hideImg;
UI *ui;
Input *i;
CheckButton *cb;
@@ -30,6 +32,7 @@ class Findbar : public Group {
public:
Findbar(int width, int height, UI *ui);
+ ~Findbar();
int handle(int event);
void show();
void hide();