Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2139) | Call(0) | Derive(0) | Import(2139)
src/p/y/PyGObject-Tutorial-HEAD/examples/cellrendererprogress_example.py PyGObject-Tutorial(Download)
from gi.repository import Gtk, GObject class CellRendererProgressWindow(Gtk.Window): def __init__(self):
src/y/a/yapsy-gtk-example-HEAD/widgets.py yapsy-gtk-example(Download)
import os from gi.repository import Gtk, GObject, GdkPixbuf from yapsy.PluginManager import PluginManagerSingleton class PluginList(Gtk.Box):
src/p/y/pygobject-2.28.3/examples/cairo-demo.py PyGObject(Download)
pygtk.require('2.0') import cairo from gi.repository import Gdk, Gtk SIZE = 30
src/p/g/pgi-0.0.7/examples/gtk/togglebutton_example.py pgi(Download)
pgi.install_as_gi() from gi.repository import Gtk class ToggleButtonWindow(Gtk.Window):
src/p/g/pgi-0.0.7/examples/gtk/spinner_example.py pgi(Download)
pgi.install_as_gi() from gi.repository import Gtk class SpinnerAnimation(Gtk.Window):
src/p/g/pgi-0.0.7/examples/gtk/spinbutton_example.py pgi(Download)
pgi.install_as_gi() from gi.repository import Gtk class SpinButtonWindow(Gtk.Window):
src/p/g/pgi-0.0.7/examples/gtk/simple_example.py pgi(Download)
pgi.install_as_gi() from gi.repository import Gtk win = Gtk.Window()
src/p/g/pgi-0.0.7/examples/gtk/radiobutton_example.py pgi(Download)
pgi.install_as_gi() from gi.repository import Gtk class RadioButtonWindow(Gtk.Window):
src/p/g/pgi-0.0.7/examples/gtk/linkbutton_example.py pgi(Download)
pgi.install_as_gi() from gi.repository import Gtk class LinkButtonWindow(Gtk.Window):
src/p/g/pgi-0.0.7/examples/gtk/layout_table_example.py pgi(Download)
pgi.install_as_gi() from gi.repository import Gtk class TableWindow(Gtk.Window):
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Next