gtkAlignmentNew
Creates a new GtkAlignment
.
gtkAlignmentNew(xalign = NULL, yalign = NULL, xscale = NULL, yscale = NULL, show = TRUE)
|
the horizontal alignment of the child widget, from 0 (left) to 1 (right). |
|
the vertical alignment of the child widget, from 0 (top) to 1 (bottom). |
|
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 |
|
the amount that the child widget expands vertically to fill up
unused space, from 0 to 1. The values are similar to |
[GtkWidget
] the new GtkAlignment
.
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.