Frame.getLabel

Returns the frame labels text.

If the frame's label widget is not a GtkLabel, %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 GtkLabel. This string is owned by GTK and must not be modified or freed.

Meta