Struct
GtkTableChild
Description
struct GtkTableChild {
GtkWidget* widget;
guint16 left_attach;
guint16 right_attach;
guint16 top_attach;
guint16 bottom_attach;
guint16 xpadding;
guint16 ypadding;
guint xexpand : 1;
guint yexpand : 1;
guint xshrink : 1;
guint yshrink : 1;
guint xfill : 1;
guint yfill : 1;
}
No description available.
Structure members
widget
No description available.
left_attach
No description available.
right_attach
No description available.
top_attach
No description available.
bottom_attach
No description available.
xpadding
No description available.
ypadding
No description available.
xexpand
No description available.
yexpand
No description available.
xshrink
No description available.
yshrink
No description available.
xfill
No description available.
yfill
No description available.