Alignment.this

Creates a new gtk.Alignment

More...
  1. this(GtkAlignment* gtkAlignment, bool ownedRef)
  2. this(float xalign, float yalign, float xscale, float yscale)
    class Alignment
    this
    (
    float xalign
    ,
    float yalign
    ,
    float xscale
    ,
    float yscale
    )

Parameters

xalign float

the horizontal alignment of the child widget, from 0 (left) to 1 (right).

yalign float

the vertical alignment of the child widget, from 0 (top) to 1 (bottom).

xscale float

the amount that the child widget expands horizontally to fill up unused space, from 0 to 1. A value of 0 indicates that the child widget should never expand. A value of 1 indicates that the child widget will expand to fill all of the space allocated for the gtk.Alignment

yscale float

the amount that the child widget expands vertically to fill up unused space, from 0 to 1. The values are similar to xscale.

Return Value

Detailed Description

Deprecated: Use gtk.Widget alignment and margin properties

Throws

ConstructionException GTK+ fails to create the object.