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/d/o/dopey-HEAD/brushlib/examples/gegl.py dopey(Download)
from gi.repository import GeglGtk3 as GeglGtk from gi.repository import Gegl, Gtk from gi.repository import MyPaint, MyPaintGegl
src/p/y/pyscmpd-HEAD/extlib/python-mpd-server/examples/totem-plugin/totem-mpdserver.py pyscmpd(Download)
from gi.repository import Peas from gi.repository import Gtk from gi.repository import Totem from gi.repository import Gio from gi.repository import GObject
src/p/y/PyGObject-Tutorial-HEAD/examples/drag_and_drop_example.py PyGObject-Tutorial(Download)
from gi.repository import Gtk, Gdk, GdkPixbuf (TARGET_ENTRY_TEXT, TARGET_ENTRY_PIXBUF) = range(2) (COLUMN_TEXT, COLUMN_PIXBUF) = range(2)
src/p/g/pgi-0.0.7/examples/gtk/textview_example.py pgi(Download)
pgi.install_as_gi() from gi.repository import Gtk, Pango class SearchDialog(Gtk.Dialog):
src/p/g/pgi-0.0.7/examples/gtk/menu_example.py pgi(Download)
pgi.install_as_gi() from gi.repository import Gtk, Gdk UI_INFO = """
src/p/g/pgi-0.0.7/examples/gtk/entry_example.py pgi(Download)
pgi.install_as_gi() from gi.repository import Gtk, GObject class EntryWindow(Gtk.Window):
src/p/g/pgi-0.0.7/examples/gtk/clipboard_example.py pgi(Download)
pgi.install_as_gi() from gi.repository import Gtk, Gdk class ClipboardWindow(Gtk.Window):
src/p/g/pgi-HEAD/examples/gtk/textview_example.py pgi(Download)
pgi.install_as_gi() from gi.repository import Gtk, Pango class SearchDialog(Gtk.Dialog):
src/p/g/pgi-HEAD/examples/gtk/menu_example.py pgi(Download)
pgi.install_as_gi() from gi.repository import Gtk, Gdk UI_INFO = """
src/p/g/pgi-HEAD/examples/gtk/entry_example.py pgi(Download)
pgi.install_as_gi() from gi.repository import Gtk, GObject class EntryWindow(Gtk.Window):
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Next