Method
GtkMiscset_alignment
deprecated: 3.14
Declaration [src]
void
gtk_misc_set_alignment (
GtkMisc* misc,
gfloat xalign,
gfloat yalign
)
Description [src]
Sets the alignment of the widget.
Deprecated since: 3.14
Use GtkWidget
‘s alignment (GtkWidget:halign
and GtkWidget:valign
) and margin properties or GtkLabel
‘s GtkLabel:xalign
and GtkLabel:yalign
properties.