¡@

Home 

python Programming Glossary: pygtk.require

Showing a gtk.Calendar in a menu?

http://stackoverflow.com/questions/11132929/showing-a-gtk-calendar-in-a-menu

highlight # usr bin env python import gobject import pygtk pygtk.require '2.0' import gtk import time class ContextMenu gtk.Menu def.. knowledge # usr bin env python import gobject import pygtk pygtk.require '2.0' import gtk import time class CalendarExample def __init__..

Running function 5 seconds after pygtk widget is shown

http://stackoverflow.com/questions/1309006/running-function-5-seconds-after-pygtk-widget-is-shown

adding a timeout after a widget's show event import pygtk pygtk.require '2.0' import gtk import glib def timer_cb print 5 seconds elapsed...

Gstreamer of python's gst.LinkError problem

http://stackoverflow.com/questions/2993777/gstreamer-of-pythons-gst-linkerror-problem

import pygst pygst.require '0.10' import gst import pygtk pygtk.require '2.0' import gtk # this is very important without this callbacks.. import pygst pygst.require '0.10' import gst import pygtk pygtk.require '2.0' import gtk # this is very important without this callbacks.. import pygst pygst.require '0.10' import gst import pygtk pygtk.require '2.0' import gtk # this is very important without this callbacks..

How to display an image from web?

http://stackoverflow.com/questions/3962180/how-to-display-an-image-from-web

into a gtk.gdk.Pixbuf instead of to a file import pygtk pygtk.require '2.0' import gtk import urllib2 class MainWin def destroy self..

How to get transparent background in window with PyGTK and PyCairo?

http://stackoverflow.com/questions/4889045/how-to-get-transparent-background-in-window-with-pygtk-and-pycairo

this is one of them # usr bin env python import pygtk pygtk.require '2.0' import gtk sys cairo win None def expose widget event.. in how to do this. # usr bin env python import pygtk pygtk.require '2.0' import gtk sys cairo from math import pi def expose widget..