get_label
Description:
If the frame’s label widget is a Label, returns the text in the label widget.
(The frame will have a Label for the label widget if a non- null argument was passed to Frame.)
Parameters:
this |
a Frame |
Returns:
the text in the label, or null if there was no label widget or the lable widget was not a Label. This string is owned by GTK+ and must not be modified or freed. |