The GtkFrame class is a container that enclose multiple widgets that are logicalically related with a visible box and title.
The class heirarchy
Object +---GtkWidget +---GtkContainer +---GtkBox +---GtkFrame |
The methods for the GtkFrame class are documented below.
This method creates and initializes the widget.
This is a example of how to create a new frame widget.
text = 'My Frame Text' myframe = .GtkFrame~new(text) |
The new GtkFrame object.