forked from AuroraMiddleware/gtk
Seal GtkFrame public vars
svn path=/trunk/; revision=20492
This commit is contained in:
parent
81acd2e7be
commit
171adb0a1d
@ -54,10 +54,10 @@ struct _GtkFrame
|
|||||||
{
|
{
|
||||||
GtkBin bin;
|
GtkBin bin;
|
||||||
|
|
||||||
GtkWidget *label_widget;
|
GtkWidget *GSEAL(label_widget);
|
||||||
gint16 shadow_type;
|
gint16 GSEAL(shadow_type);
|
||||||
gfloat label_xalign;
|
gfloat GSEAL(label_xalign);
|
||||||
gfloat label_yalign;
|
gfloat GSEAL(label_yalign);
|
||||||
|
|
||||||
GtkAllocation child_allocation;
|
GtkAllocation child_allocation;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user