代码搜索:delete_event

找到约 66 项符合「delete_event」的源代码

代码结果 66
www.eeworm.com/read/143979/12825349

py table.py

#!/usr/bin/env python # example table.py import pygtk pygtk.require('2.0') import gtk class Table: # Our callback. # The data passed to this method is printed to stdout def callback(sel
www.eeworm.com/read/143979/12825369

py basictreeview.py

#!/usr/bin/env python # example basictreeview.py import pygtk pygtk.require('2.0') import gtk class BasicTreeViewExample: # close the window and quit def delete_event(self, widget, event,
www.eeworm.com/read/143979/12825389

py helloworld2.py

#!/usr/bin/env python # example helloworld2.py import pygtk pygtk.require('2.0') import gtk class HelloWorld2: # Our new improved callback. The data passed to this method # is printed to
www.eeworm.com/read/143979/12825439

py helloworld.py

#!/usr/bin/env python # example helloworld.py import pygtk pygtk.require('2.0') import gtk class HelloWorld: # This is a callback function. The data arguments are ignored # in this example
www.eeworm.com/read/143979/12825470

py checkbutton.py

#!/usr/bin/env python # example checkbutton.py import pygtk pygtk.require('2.0') import gtk class CheckButton: # Our callback. # The data passed to this method is printed to stdout def
www.eeworm.com/read/143979/12825474

py togglebutton.py

#!/usr/bin/env python # example togglebutton.py import pygtk pygtk.require('2.0') import gtk class ToggleButton: # Our callback. # The data passed to this method is printed to stdout de
www.eeworm.com/read/143979/12825479

py pixmap.py

#!/usr/bin/env python # example pixmap.py import pygtk pygtk.require('2.0') import gtk # XPM data of Open-File icon xpm_data = [ "16 16 3 1", " c None", ". c #000000000000", "X c #F
www.eeworm.com/read/143979/12825317

py treemodelsort.py

#!/usr/bin/env python # example treemodelsort.py import pygtk pygtk.require('2.0') import gtk import random class TreeModelSortExample: # close the window and quit def delete_event(self, w
www.eeworm.com/read/143979/12825342

py wheelbarrow.py

#!/usr/bin/env python # example wheelbarrow.py import pygtk pygtk.require('2.0') import gtk # XPM WheelbarrowFull_xpm = [ "48 48 64 1", " c None", ". c #DF7DCF3CC71B", "X c #965875D
www.eeworm.com/read/414302/7068960

glade about.glade