Re: [pygtk] Imageviewer

2003-02-04 Thread Gustavo J. A. M.
On Mon, 2003-02-03 at 23:35, Andreas Kostyrka wrote: Hi! I've been just wondering how one can display a scrolled image what is bigger than the screen? DrawableArea in a Viewport in a ScrolledWindow works like a charm as long the image is smaller than the screen. Any ideas? Is there

Re: [pygtk] gtk.gdk.Image from a gtk.Image

2003-02-04 Thread James Henstridge
Pablo Endres wrote: How do I obtain a gtk.gdk.Image?? I'm trying to paint an image on a Drawing Area with DA.draw_image I can't use a gtk.Image. Any ideas on another way of painting it or to obtain this object? I checked the FAQ and the tutorial. Int the first there is nothing usefull and

Re: [pygtk] Freezing a treeview

2003-02-04 Thread James Henstridge
Jesse Pavel wrote: Hello, I'm using a TreeView to display a list backed by a ListStore, and make many changes to the store at one time: how do I freeze and thaw the view to speed up these actions? I've seen the freeze_notify/thaw_notify methods in GObject, and the

Re: [pygtk] Changing fonts in pygtk 1.9.x

2003-02-04 Thread James Henstridge
Pablo Endres wrote: I'm trying to change the font size in pygtk-1.9.xWin32 because the default is absolutly to big, but it is not described in the FAQ or tutorial. I tryed changinf the gtkrc file.. but it doesn't do a thing. Create a .gtkrc file (in your $HOME directory, or maybe the

Re: [pygtk] Changing fonts in pygtk 1.9.x

2003-02-04 Thread Christian Reis
On Tue, Feb 04, 2003 at 07:38:24PM +0800, James Henstridge wrote: Pablo Endres wrote: I'm trying to change the font size in pygtk-1.9.xWin32 because the default is absolutly to big, but it is not described in the FAQ or tutorial. I tryed changinf the gtkrc file.. but it doesn't

[pygtk] (no subject)

2003-02-04 Thread Thomas Speck
Hi, I'd like to use a combo box to edit some entries in a tree view. Seems I have to implement the CellEditable interface by subclassing gtk.Combo and adding the interface gtk.CellEditable. Unfortunately there is nothing like gobject.type_register to do this. Any ideas? Thanks -- Thomas Speck

[pygtk] debian sid and glade gnome components segfault

2003-02-04 Thread florian
hi! im running debian sid with the latest gnome 2 packages. for some reason every python app which uses gnome components of glade segfauts.. example: [~] florian@lisp [23:49:37] straw (straw:5054): GLib-GObject-WARNING **: gobject.c:946: object class `GnomeProgram' has no property named

Re: [pygtk] Imageviewer

2003-02-04 Thread Gustavo J. A. M.
On Tue, 2003-02-04 at 11:00, Gustavo J. A. M. Carneiro wrote: On Mon, 2003-02-03 at 23:35, Andreas Kostyrka wrote: Hi! I've been just wondering how one can display a scrolled image what is bigger than the screen? DrawableArea in a Viewport in a ScrolledWindow works like a charm as

Re: [pygtk] debian sid and glade gnome components segfault

2003-02-04 Thread Christian Reis
On Tue, Feb 04, 2003 at 06:51:42PM +0100, florian wrote: im running debian sid with the latest gnome 2 packages. for some reason every python app which uses gnome components of glade segfauts.. example: [~] florian@lisp [23:49:37] straw (straw:5054): GLib-GObject-WARNING **:

Re: [pygtk] Imageviewer

2003-02-04 Thread Hans Breuer
At 18:13 04.02.03 +, Gustavo J. A. M. Carneiro wrote: On Tue, 2003-02-04 at 11:00, Gustavo J. A. M. Carneiro wrote: On Mon, 2003-02-03 at 23:35, Andreas Kostyrka wrote: Hi! I've been just wondering how one can display a scrolled image what is bigger than the screen?

[pygtk] py2exe or simaliar for pygtk-1.9.x aps for win32

2003-02-04 Thread Pablo Endres
Hi guys Has anyone tryed py2exe or similar aplications to deploy pygtk apps on windows? Please any recomendations would be nice. If there are some tricks they would also be apreciated. thanks in advance They that can give up essential

Re: [pygtk] debian sid and glade gnome components segfault

2003-02-04 Thread florian
im running debian sid with the latest gnome 2 packages. for some reason every python app which uses gnome components of glade segfauts.. example: [~] florian@lisp [23:49:37] straw (straw:5054): GLib-GObject-WARNING **: gobject.c:946: object class `GnomeProgram' has no

[pygtk] PIL - PyGTK

2003-02-04 Thread Andreas Kostyrka
Hi! Is there any easy and fast way to convert from PIL image objects to a pixbuf? Andreas ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/