[pygtk] pyGTK and GTK on windows?

2006-05-31 Thread Gary Herron
ous person. Is there any such thing active and up to date these days? In particular I need Python access to GTK and libglade and all the dependencies that implies. Thanks greatly for any help. Dr. Gary Herron ___ pygtk mailing list pygtk@daa.c

Re: [pygtk] whats a good idea for an indicator?

2005-10-05 Thread Gary Herron
ator lights, red and green respectively. I've used them effectively several times. Gary Herron ___ 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/

[pygtk] Catching a window destroy event.

2005-09-26 Thread Gary Herron
ow.stop_emission('destroy') self.myWindow.emit_stop_by_name('destroy') self.myWindow.stop_emission('destroy_event') self.myWindow.emit_stop_by_name('destroy_event') So... What is the proper way to catch a user's attempt to destroy the window

Re: [pygtk] Double clicks in a TreeView widget?

2004-03-30 Thread Gary Herron
On Tuesday 30 March 2004 01:12 am, Gary Herron wrote: > In a GtkTreeView widget is there a signal that is emitted when the > user preforms a double click on some row? The "row-activated" signal > is emitted for a single click, but I'd like to catch double clicks. > >

[pygtk] Double clicks in a TreeView widget?

2004-03-30 Thread Gary Herron
In a GtkTreeView widget is there a signal that is emitted when the user preforms a double click on some row? The "row-activated" signal is emitted for a single click, but I'd like to catch double clicks. Can I? Thanks, Gary Herron __

[pygtk] Opengl and PyGTK

2004-03-25 Thread Gary Herron
Is it possible to draw with OpenGL into a GTK widget? What I'd like, is to use PyGTK to create my app, and PyOpenGL to draw into one of its widgets. Thanks for any pointers, Gary Herron ___ pygtk mailing list [EMAIL PROTECTED]

Re: [pygtk] pixbuf memory leak?

2003-12-08 Thread Gary Herron
eight, > gtk.gdk.INTERP_BILINEAR) > thumb_list_model.set_value(thumb_list_model.append(None), 0, npb) > gc.collect() > gc.collect() Nice work. (And especially better than my work-around!) Gary Herron ___ pygtk mailing list

Re: [pygtk] pixbuf memory leak?

2003-12-08 Thread Gary Herron
gb_image(... various parameters..., gtk.gdk.RGB_DITHER_NONE, simage.tostring(), -1, 0, 0) I can do this process all day and not consume memory. I'd prefer a solution, but this works fine for now. Gary Herron ___ pygtk mail

Re: [pygtk] Re: A possible diagnose...

2003-10-30 Thread Gary Herron
tock icons on both Linux and Windows, and all with no call to gnome.app_init(). So, this doesn't appear to be necessary any more. Gary Herron ___ 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] Temporarily disabling a TreeView from sorting?

2003-10-16 Thread Gary Herron
r hundreds to thousands of entries are stored in some structure of you own. You can, perhaps, leave the data as you have it and build a TreeModel class around it. This model then represents the data as you like it, sorts or not as you choose, and answers all sorts of TreeModel queries put forth by th

Re: [pygtk] pygtk and databases

2003-09-26 Thread Gary Herron
On Friday 26 September 2003 12:10 pm, Michal Pasternak wrote: > Gary Herron [Wed, Sep 24, 2003 at 10:14:54PM -0700]: > > On Wednesday 24 September 2003 11:45 pm, Michal Pasternak wrote: > > > Hi, > > > > > > do you know about any tips or documentation about usin

Re: [pygtk] pygtk and databases

2003-09-24 Thread Gary Herron
) push in data lines one-by-one. But if you have a more efficient way to store the data, then make your storage class implement the TreeModel API (it consists of a dozen or two methods to access the contents) and set it as the TreeView's model. Gary Herron _

Re: [pygtk] Unsetting the cursor in a gtk.TreeView

2003-09-19 Thread Gary Herron
I sent this question to the list just as I was becoming a member of the list, so perhaps I missed an answer, or perhaps there really were no responses. In either case I'd like to politely plead again for some help in this matter. Thanks, Gary Herron On Tuesday 16 September 2003 02:23 pm,

[pygtk] Unsetting the cursor in a gtk.TreeView

2003-09-16 Thread Gary Herron
set_cursor((0,), ...) set_cursor('', ...) set_cursor((), ...) all with no joy. Can someone help please. Thanks, Gary Herron ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/