[pygtk] combobox and multi column liststore not showing text

2007-02-01 Thread Rob Brown-Bayliss
Hi, I have a combobox and liststore set up like this: self.arcs_markers_combobox = self.wtree.get_widget("arcs_markers_combobox") self.arcs_markers_model = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_INT) self.arcs_markers_combobox.set_model(self.arcs_markers_model)

[pygtk] Re: ANNOUNCE: kiwi 1.9.13

2007-02-01 Thread Christian Robottom Reis
On Thu, Feb 01, 2007 at 03:27:29PM -0200, Johan Dahlin wrote: > http://www.async.com.br/projects/kiwi/download/kiwi-1.9.12.tar.gz Heh. What can I say? -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list

[pygtk] ANNOUNCE: kiwi 1.9.13

2007-02-01 Thread Johan Dahlin
Kiwi is a PyGTK framework for building graphical applications loosely based on MVC Model-View-Controller (MVC) and Allen Holub's Visual proxy [1]. Think of Kiwi as a high-level, object-oriented layer built on PyGTK. Its design is based on real-world experience using PyGTK to develop large desktop a

Re: [pygtk] FileChooserButton

2007-02-01 Thread Felix Rabe (public)
jon heise wrote: Felix Rabe (public) wrote: Hi, Having a button made like this: fcb = gtk.FileChooserButton("Select A File") fcb.show() How do I know when it gets pressed? The FileChooser "file-activated" does not seem to fit. you need to connect the button to an event, something

[pygtk] FileChooserButton

2007-02-01 Thread Felix Rabe (public)
Hi, Having a button made like this: fcb = gtk.FileChooserButton("Select A File") fcb.show() How do I know when it gets pressed? The FileChooser "file-activated" does not seem to fit. Greetings, Felix ___ pygtk mailing list pygtk@d