[Erik Williamson]

> I'm going nuts.  While I can find rpm's for the glade-python bindings, I
> can't seem to find the source anywhere.

Normally, you do:

   rpm -qil glade-python

given `glade-python' is the source of your installed package, and then you
will see where everything got installed.

About the bindings, there is not much needed to know.  In my notes:


.. Bref de `libglade.py'

. : Tutoriels
.  , http://www.linuxfocus.org/English/July2000/article160.shtml

. : Module libglade
.  , tree = libglade.GladeXML('FICHIER.glade')
.  , tree = get_widget_tree(widget)
.  , get_widget_name(widget)
.  , get_widget_long_name(widget)

. : Classe GladeXML
.  , tree.signal_connect(name, handler, *arguments)
.  , tree.signal_autoconnect(dictionary)
.  , widget = tree.get_widget(name)
.  , widget = tree.get_widget_by_long_name(name)

-- 
François Pinard   http://www.iro.umontreal.ca/~pinard
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to