forked from AuroraMiddleware/gtk
Seal child_allocation field in GtkFrame.
svn path=/trunk/; revision=20564
This commit is contained in:
parent
ded819caa9
commit
370226aa9f
@ -54,12 +54,12 @@ struct _GtkFrame
|
||||
{
|
||||
GtkBin bin;
|
||||
|
||||
GtkWidget *GSEAL(label_widget);
|
||||
gint16 GSEAL(shadow_type);
|
||||
gfloat GSEAL(label_xalign);
|
||||
gfloat GSEAL(label_yalign);
|
||||
GtkWidget *GSEAL (label_widget);
|
||||
gint16 GSEAL (shadow_type);
|
||||
gfloat GSEAL (label_xalign);
|
||||
gfloat GSEAL (label_yalign);
|
||||
|
||||
GtkAllocation child_allocation;
|
||||
GtkAllocation GSEAL (child_allocation);
|
||||
};
|
||||
|
||||
struct _GtkFrameClass
|
||||
|
Loading…
Reference in New Issue
Block a user