X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=shell%2Feggfindbar.h;h=eef556154f6b78a92320df4a673b72f2e0e9d3f2;hb=31b40f7679ff2bf455f493e101d5cbf521bb0d12;hp=49e2b9d34f0d8ad8bfdc07bd61cdbda420c78de3;hpb=ce80b45c492900e204b314c27000d8fd99687130;p=evince.git diff --git a/shell/eggfindbar.h b/shell/eggfindbar.h index 49e2b9d3..eef55615 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);