Method
GtkFrameget_label_align
Declaration [src]
void
gtk_frame_get_label_align (
GtkFrame* frame,
gfloat* xalign,
gfloat* yalign
)
Description [src]
Retrieves the X and Y alignment of the frame’s label. See gtk_frame_set_label_align().
Parameters
xalign
-
Type:
gfloat*
Location to store X alignment of frame’s label, or
NULL
.The argument will be set by the function. The argument can be NULL
. yalign
-
Type:
gfloat*
Location to store X alignment of frame’s label, or
NULL
.The argument will be set by the function. The argument can be NULL
.