AspectFrame.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(float xalign, float yalign, float ratio, bool obeyChild)

Create a new [gtk.aspect_frame.AspectFrame].

Parameters

xalignHorizontal alignment of the child within the parent. Ranges from 0.0 (left aligned) to 1.0 (right aligned)
yalignVertical alignment of the child within the parent. Ranges from 0.0 (top aligned) to 1.0 (bottom aligned)
ratioThe desired aspect ratio.
obeyChildIf true, ratio is ignored, and the aspect ratio is taken from the requistion of the child.

Returns

the new [gtk.aspect_frame.AspectFrame].