Method
GtkFrameget_label
Declaration [src]
const gchar*
gtk_frame_get_label (
GtkFrame* frame
)
Description [src]
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_new().).
Gets property | Gtk.Frame:label |
Return value
Type: const gchar*
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.
The returned data is owned by the instance. |
The return value can be NULL . |
The value is a NUL terminated UTF-8 string. |