summaryrefslogtreecommitdiff
path: root/gtk/gtkframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkframe.h')
-rw-r--r--gtk/gtkframe.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk/gtkframe.h b/gtk/gtkframe.h
index e8ac219f3f..0237da9709 100644
--- a/gtk/gtkframe.h
+++ b/gtk/gtkframe.h
@@ -55,12 +55,21 @@ struct _GtkFrame
GtkFramePrivate *priv;
};
+/**
+ * GtkFrameClass:
+ * @parent_class: The parent class.
+ * @compute_child_allocation:
+ */
struct _GtkFrameClass
{
GtkBinClass parent_class;
+ /*< public >*/
+
void (*compute_child_allocation) (GtkFrame *frame, GtkAllocation *allocation);
+ /*< private >*/
+
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
void (*_gtk_reserved2) (void);