mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 16:25:47 -04:00
glade additions; quit button
This commit is contained in:
parent
888de4866e
commit
3f2adfa7ed
2 changed files with 168 additions and 5 deletions
|
@ -71,6 +71,7 @@ class HellowWorldGTK:
|
|||
))
|
||||
|
||||
self.wTree.get_widget("window1").connect("destroy", gtk.main_quit)
|
||||
self.wTree.get_widget("quit_menu_item").connect("activate", gtk.main_quit)
|
||||
|
||||
if __name__ == "__main__":
|
||||
hwg = HellowWorldGTK()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue