Method

GtkMiscget_alignment

deprecated: 3.14 

Declaration [src]

void
gtk_misc_get_alignment (
  GtkMisc* misc,
  gfloat* xalign,
  gfloat* yalign
)

Description [src]

Gets the X and Y alignment of the widget within its allocation. See gtk_misc_set_alignment().

Deprecated since: 3.14

Use GtkWidget alignment and margin properties.

Parameters

xalign

Type: gfloat*

Location to store X alignment of misc, or NULL.

The argument will be set by the function.
The argument can be NULL.
yalign

Type: gfloat*

Location to store Y alignment of misc, or NULL.

The argument will be set by the function.
The argument can be NULL.