Table

skip at pobox.com skip at pobox.com
Mon Jan 8 09:15:01 EST 2007


    >> 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




More information about the Python-list mailing list