gtkAspectFrameNew {RGtk2} | R Documentation |
Create a new GtkAspectFrame
.
gtkAspectFrameNew(label = NULL, xalign = NULL, yalign = NULL, ratio = NULL, obey.child = NULL, show = TRUE)
|
[character] Label text. |
|
[numeric] Horizontal alignment of the child within the allocation of
the GtkAspectFrame . This ranges from 0.0 (left aligned)
to 1.0 (right aligned) |
|
[numeric] Vertical alignment of the child within the allocation of
the GtkAspectFrame . This ranges from 0.0 (left aligned)
to 1.0 (right aligned) |
|
[numeric] The desired aspect ratio. |
|
[logical] If TRUE , ratio is ignored, and the aspect
ratio is taken from the requistion of the child. |
[GtkWidget
] the new GtkAspectFrame
.
Derived by RGtkGen from GTK+ documentation