X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Feggfindbar.h;h=4b8c537f0e52a8658e2cb9bc99fb57b1638af40b;hb=a003d7ffe3fd328ae430ae613a8da037f766aabb;hp=49e2b9d34f0d8ad8bfdc07bd61cdbda420c78de3;hpb=ce80b45c492900e204b314c27000d8fd99687130;p=evince.git diff --git a/shell/eggfindbar.h b/shell/eggfindbar.h index 49e2b9d3..4b8c537f 100644 --- a/shell/eggfindbar.h +++ b/shell/eggfindbar.h @@ -19,7 +19,7 @@ Boston, MA 02111-1307, USA. #ifndef __EGG_FIND_BAR_H__ #define __EGG_FIND_BAR_H__ -#include +#include G_BEGIN_DECLS @@ -36,7 +36,7 @@ typedef struct _EggFindBarPrivate EggFindBarPrivate; struct _EggFindBar { - GtkBin parent_instance; + GtkToolbar parent; /*< private >*/ EggFindBarPrivate *priv; @@ -44,11 +44,12 @@ struct _EggFindBar struct _EggFindBarClass { - GtkBinClass parent_class; + GtkToolbarClass parent_class; void (* next) (EggFindBar *find_bar); void (* previous) (EggFindBar *find_bar); void (* close) (EggFindBar *find_bar); + void (* scroll) (EggFindBar *find_bar, GtkScrollType* scroll); /* Padding for future expansion */ void (*_gtk_reserved1) (void);