1.2.6. main¶
1.2.6.1. class Main¶
- Main.interface()¶
- Create and display the main window, init interface objects.
- Main.state_cb(widget, event)¶
To do when the window size or state change.
widget: Root widget.event: Emited event object.
- Main.loop()¶
- Loop over GTK GUI to hook events.
- Main.quit()¶
- Exit GUI iteration.