Re: [pygtk] expander column

2006-01-27 Thread asterix
On Fri, Jan 27, 2006 at 04:06:32PM +0100, Danny Milosavljevic wrote: > Hi, > > Am Freitag, den 27.01.2006, 07:40 +0100 schrieb Le Boulanger Yann: > > Le Boulanger Yann wrote: > > I want to use my own icons in it. > > Please honor the Gtk Theme. > no, I don't want a unique icon, but different o

Re: [pygtk] threading

2004-08-28 Thread asterix
the core > to continue running. > > Thanks for help, > Asterix > ___ I had no answer, so does it mean that it's not possible to run _and stop_ gtk in a thread ? Asterix ___ pygtk mailing list

Re: [pygtk] threading

2004-08-24 Thread asterix
core to continue running. Thanks for help, Asterix ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] treeview

2003-12-04 Thread asterix
Thx for your answer ! David M. Cook wrote: > On Wed, Dec 03, 2003 at 11:43:02PM +0100, asterix wrote: > > >> 1/ in my gtk.treestore, i have a "column" with a value witch can be 'g' or 'u'. If it's 'g' i'd like the background co

[pygtk] treeview

2003-12-03 Thread asterix
;u'. 2/ i'd like to define the indentation in the treeview : i'd like the children of a treeiter to be under it and not shifted, is it possible ? 3/ i'd like to extract a widget from a treeiter to attach a tooltip to it. So is there a Hbox