Constructor
GtkAspectFramenew
Declaration [src]
GtkWidget*
gtk_aspect_frame_new (
const gchar* label,
gfloat xalign,
gfloat yalign,
gfloat ratio,
gboolean obey_child
)
Parameters
label-
Type:
const gchar*Label text.
The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. xalign-
Type:
gfloatHorizontal alignment of the child within the allocation of the
GtkAspectFrame. This ranges from 0.0 (left aligned) to 1.0 (right aligned). yalign-
Type:
gfloatVertical alignment of the child within the allocation of the
GtkAspectFrame. This ranges from 0.0 (top aligned) to 1.0 (bottom aligned). ratio-
Type:
gfloatThe desired aspect ratio.
obey_child-
Type:
gbooleanIf
TRUE,ratiois ignored, and the aspect ratio is taken from the requistion of the child.
Return value
Type: GtkWidget
The new GtkAspectFrame.
| The data is owned by the called function. |