Re: [pygtk] g_log_set_handler?

2004-07-06 Thread Gustavo J. A. M. Carneiro
A Seg, 2004-07-05 às 18:47, John Ehresman escreveu: Gustavo J. A. M. Carneiro wrote: Did this. All (and only) Gtk warnings now are caught and raised as python warnings. The advantage of doing so is that by default python shows the python source file and line number that caused the

[pygtk] How to get the text from (new style) ComboBoxEntry

2004-07-06 Thread Nikos Kouremenos
hello and kudos to the devs. I'm testing PyGTK and I have latest Glade-2 so it uses latest GTK API. I downloaded the last pygtk and gnome-python. but tell me something, I've seen this: http://www.moeraki.com/pygtkreference/pygtk2reference/class-gtkcombobox.html#function-gtk--combo-box-new-text but

Re: [pygtk] How to get the text from (new style) ComboBoxEntry

2004-07-06 Thread Dennis Craven
On Tue, 2004-07-06 at 08:12, Nikos Kouremenos wrote: but I couldn't understand [sorry I'm new in the GTK world] how to get the text from the selection that the user has finally done! Somehow I have the feeling that this is the improper way to get the currently selected text, but the

[pygtk] I need a list of all items selected in a 'gtk.multiple' liststore, but I'm using pygtk 2.0

2004-07-06 Thread Chris Irish
Hi all, I need a list of all items selected in a liststore set to gtk.multiple, however I can't use .get_selected_rows(model) because I'm not using pygtk 2.2 or above. Any suggestions, thanks in advance, Chris ___ pygtk mailing list [EMAIL

Re: [pygtk] I need a list of all items selected in a 'gtk.multiple' liststore, but I'm using pygtk 2.0

2004-07-06 Thread Christian Robottom Reis
On Tue, Jul 06, 2004 at 10:46:56AM -0700, Chris Irish wrote: Hi all, I need a list of all items selected in a liststore set to gtk.multiple, however I can't use .get_selected_rows(model) because I'm not using pygtk 2.2 or above. Any suggestions, thanks in advance,

Re: [pygtk] I need a list of all items selected in a 'gtk.multiple' liststore, but I'm using pygtk 2.0

2004-07-06 Thread Christian Robottom Reis
On Tue, Jul 06, 2004 at 11:20:20AM -0700, Chris Irish wrote: Thanks Christian, I guess I should have looked there first. No problem, but answers should CC: the mailing list. I have a few questions still though. Since that lambda is called from the .selected_foreach method are those

[pygtk] Gtkmvc + treemodel/treeview

2004-07-06 Thread Laughlin, Joseph V
I'm using gtkmvc for a semi-complex GUI program and wondered if you guys had any ideas on the best way to integreate the MVC structure of gtkmvc with the treemodel/treeview structures. Any good strategies? Thanks, Joe Laughlin NCO Simulation Labs Integrated Defense Systems The Boeing Company

[pygtk] PyGTK2 Tutorial v.2.1

2004-07-06 Thread John Finlay
I've updated the PyGTK2 Tutorial at: http://www.moeraki.com/pygtktutorial/pygtk2tutorial/index.html Tarball at: http://www.moeraki.com/pygtktutorial/pygtk2tutorial.tgz (1.0 MB) And PDF at: http://www.moeraki.com/pygtktutorial/pygtk2tutorial.pdf (1.6 MB) The changes from the last version include:

Re: [pygtk] PyGTK2 Tutorial v.2.1

2004-07-06 Thread Alex Roitman
John, On Tue, 2004-07-06 at 14:06, John Finlay wrote: I've updated the PyGTK2 Tutorial at: http://www.moeraki.com/pygtktutorial/pygtk2tutorial/index.html Great work, as always!!! In addition to receiving comments about tutorial problems, errors and enhancements, While we're at it, I

Re: [pygtk] PyGTK2 Tutorial v.2.1

2004-07-06 Thread John Finlay
Alex Roitman wrote: John, On Tue, 2004-07-06 at 14:06, John Finlay wrote: I've updated the PyGTK2 Tutorial at: http://www.moeraki.com/pygtktutorial/pygtk2tutorial/index.html Great work, as always!!! Thanks In addition to receiving comments about tutorial problems, errors and

Re: [pygtk] PyGTK2 Tutorial v.2.1

2004-07-06 Thread Alex Roitman
On Tue, 2004-07-06 at 14:56, John Finlay wrote: Alex Roitman wrote: If you'd like me to put my work where my mouth is :-), let me know and I can scribble something. Contributions are always cheerfully accepted. Say, if I were to write that section, what tools should I use to create a nice

Re: [pygtk] PyGTK2 Tutorial v.2.1

2004-07-06 Thread John Finlay
Alex Roitman wrote: Say, if I were to write that section, what tools should I use to create a nice page? I want it to fit into the overall style, and to minimize monkeying around with manually switching tags, class names, etc. Any docbook template/example? The source is in the gnome.org cvs