Re: [pygtk] ListStore iter vs. path

2007-12-04 Thread Marco Antonio Islas Cruz
Paths is a reffer to a row, as an example, if you have a model with 100 rows, the path 10 will ref to the row number 11, no matter if you insert rows before, the row will ref only to the row number 11. Iters are another kind of ref. they ref to the row and keep the ref with the row even if you

Re: re[pygtk] trieve data store in a gtk.ListStore

2007-12-04 Thread awalter1
Marco Antonio Islas Cruz-2 wrote: The combo is just a Viewer, it never stores data, just shows it. In order to retrieve data you need to use the model (liststore, treestore, or another TreeModel kind of object) On Fri, 2007-11-30 at 06:24 -0800, awalter1 wrote: Hi, I have some

Re: re[pygtk] trieve data store in a gtk.ListStore

2007-12-04 Thread awalter1
Marco Antonio Islas Cruz-2 wrote: The combo is just a Viewer, it never stores data, just shows it. In order to retrieve data you need to use the model (liststore, treestore, or another TreeModel kind of object) On Fri, 2007-11-30 at 06:24 -0800, awalter1 wrote: Hi, I have some

Re: re[pygtk] trieve data store in a gtk.ListStore

2007-12-04 Thread awalter1
Hello, I get my answer : the followning directive gets the list of data displayed from the combo reference. It is what I'm looking for. items = self.combo.get_model() Thank you for all Marco Antonio Islas Cruz-2 wrote: The combo is just a Viewer, it never stores data, just shows it. In

[pygtk] How to open a window from of other?

2007-12-04 Thread airton arantes
Hello, I'm making a simple program like an example, but it isn't working. take a look: [1] http://paste.ubuntu-nl.org/46844/ [2] http://paste.ubuntu-nl.org/46842/ [3] http://paste.ubuntu-nl.org/46843/ [1] is the gladefile [2] is the main file [3] is other file to be called from main file All

[pygtk] How to change the size of button

2007-12-04 Thread artusmas
Hi, I have a HButtonBox with a collection of Buttons. These buttons dows not have a label, only a little .gif image. I need to resize them, but the set_size_request does not work! Any idea? Thank you! Enzo ___ pygtk mailing list pygtk@daa.com.au