>> Someone know how do I get the collunm's number of a gkt.Table ?
This is probably better asked on the pygtk mailing list. Your request seems
underspecified. You want the column number given what input? A child
widget of the Table? If so, look at gtk.Container's child_get_property
method and the list of child properties for gtk.Table children:
http://www.pygtk.org/docs/pygtk/class-gtkcontainer.html
http://www.pygtk.org/docs/pygtk/class-gtktable.html
Skip
--
http://mail.python.org/mailman/listinfo/python-list