Frame.getLabelAlign

Retrieves the X and Y alignment of the frame's label. See gtk_frame_set_label_align().

class Frame
void
getLabelAlign
(
out float xalign
,
out float yalign
)

Parameters

xalign float

location to store X alignment of frame's label, or NULL. out[allow-none]

yalign float

location to store X alignment of frame's label, or NULL. out[allow-none]

Meta