Method
GtkFrameget_label
Declaration [src]
const char*
gtk_frame_get_label (
  GtkFrame* frame
)
Description [src]
Returns the frame labels text.
If the frame’s label widget is not a GtkLabel, NULL
is returned.
| Gets property | Gtk.Frame:label | 
Return value
| Returns: | const char* | 
| The text in the label, or  | |
| The data is owned by the instance. | |
| The return value can be NULL. | |
| The value is a NUL terminated UTF-8 string. |