[pygtk] Combobox error? duplicated columns

2008-02-13 Thread Edward Stow
(cell, text=0) w = xml.get_widget('window1') w.show_all() gtk.main() -- Edward Stow attachment: duplicate_columns.png___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http

[pygtk] Toolbar layout button to right

2008-02-19 Thread Edward Stow
. Any suggestions: Thanks -- Edward Stow ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Toolbar layout button to right

2008-02-20 Thread Edward Stow
On Wed, Feb 20, 2008 at 10:36 AM, Gian Mario Tagliaretti [EMAIL PROTECTED] wrote: On Feb 20, 2008 12:21 AM, Edward Stow [EMAIL PROTECTED] wrote: Hi Edward, I'm having trouble packing a toolbar. I require a toolbar with 3 buttons packed to the left and one that is always

Re: [pygtk] Toolbar layout button to right

2008-02-20 Thread Edward Stow
that the item has been expanded in the UI builder but when running the application the item is not expanded. Or am I just missing on some other option to be set. Thanks On Thu, Feb 21, 2008 at 5:16 AM, Edward Stow [EMAIL PROTECTED] wrote: On Wed, Feb 20, 2008 at 10:36 AM, Gian Mario Tagliaretti

Re: [pygtk] help with two main windows in pygtk

2008-02-20 Thread Edward Stow
I have messed up somewhere. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- Edward Stow ___ pygtk

Re: [pygtk] help with two main windows in pygtk

2008-02-21 Thread Edward Stow
On Fri, Feb 22, 2008 at 3:28 AM, Prashant Shah [EMAIL PROTECTED] wrote: self.new_comp_glade = self.mwglade.get_widget(new_company) self.vbox_main = self.mwglade.get_widget(vbox_main) child = self.new_comp_glade.get_child() if child: # remove the child from the top window

[pygtk] GObject signals subclassing

2008-03-07 Thread Edward Stow
the pygtk.org site. [1] http://www.sicem.biz/personal/lgs/docs/gobject-python/gobject-tutorial.html [2]http://www.pygtk.org/docs/pygobject/ -- Edward Stow ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read