summaryrefslogtreecommitdiff
path: root/gtk/deprecated/gtkhandlebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/deprecated/gtkhandlebox.h')
-rw-r--r--gtk/deprecated/gtkhandlebox.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/deprecated/gtkhandlebox.h b/gtk/deprecated/gtkhandlebox.h
index 3a635941da..b63476ef9d 100644
--- a/gtk/deprecated/gtkhandlebox.h
+++ b/gtk/deprecated/gtkhandlebox.h
@@ -57,6 +57,14 @@ struct _GtkHandleBox
GtkHandleBoxPrivate *priv;
};
+/**
+ * GtkHandleBoxClass:
+ * @parent_class: The parent class.
+ * @child_attached: Signal emitted when the contents of the handlebox
+ * are reattached to the main window. Deprecated: 3.4.
+ * @child_detached: Signal emitted when the contents of the handlebox
+ * are detached from the main window. Deprecated: 3.4.
+ */
struct _GtkHandleBoxClass
{
GtkBinClass parent_class;
@@ -66,6 +74,8 @@ struct _GtkHandleBoxClass
void (*child_detached) (GtkHandleBox *handle_box,
GtkWidget *child);
+ /*< private >*/
+
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
void (*_gtk_reserved2) (void);