]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-search-bar.h
individual_view_drag_end: remove the auto scroll
[empathy.git] / libempathy-gtk / empathy-search-bar.h
index d4cd042fe75bc6138e699ddb20a88151b33eb33b..4b07f92c27553bef9859bd1fcac5c032106f247a 100644 (file)
@@ -44,7 +44,7 @@ typedef struct _EmpathySearchBarClass EmpathySearchBarClass;
 
 struct _EmpathySearchBar
 {
-  GtkBin parent;
+  GtkBox parent;
 
   /*<private>*/
   gpointer priv;
@@ -52,12 +52,14 @@ struct _EmpathySearchBar
 
 struct _EmpathySearchBarClass
 {
-  GtkBinClass parent_class;
+  GtkBoxClass parent_class;
 };
 
 GType       empathy_search_bar_get_type (void) G_GNUC_CONST;
 GtkWidget * empathy_search_bar_new      (EmpathyChatView  *view);
 void        empathy_search_bar_show     (EmpathySearchBar *searchbar);
+void        empathy_search_bar_hide     (EmpathySearchBar *searchbar);
+void        empathy_search_bar_paste_clipboard (EmpathySearchBar *searchbar);
 
 G_END_DECLS