Frame.getLabel

If the frame’s label widget is a #GtkLabel, returns the text in the label widget. (The frame will have a #GtkLabel for the label widget if a non-null argument was passed to gtk.frame.Frame.new_.)

class Frame
string
getLabel
()

Return Value

Type: string

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