Frame.getLabel

Returns the frame labels text.

If the frame's label widget is not a gtk.label.Label, null is returned.

class Frame
string
getLabel
()

Return Value

Type: string

the text in the label, or null if there was no label widget or the label widget was not a gtk.label.Label. This string is owned by GTK and must not be modified or freed.