Re: [pygtk] How to get widget size?

2000-08-28 Thread acano
On Mon, 28 Aug 2000 11:16:28 -0400, Matt Wilson [EMAIL PROTECTED] wrote: call the widget's "size_allocation()" method. This will only give you good data after the allocation step has been done for the widget. Isn't that only for setting the size? I'd assumed that pygtk didn't have something

Re: [pygtk] Style

2000-08-24 Thread acano
On Thu, 24 Aug 2000 11:45:16 +0200, Javi Roman [EMAIL PROTECTED] wrote: After of fighting much I have managed to control the progress bar (thanks to the people that helped me). Now I have the following problem: I want to change the color of the bar. I have tried all type of combinations of

Re: [pygtk] I need help about progress bar.

2000-08-22 Thread acano
On Tue, 22 Aug 2000 11:23:47 +0200, Javi Roman [EMAIL PROTECTED] wrote: Profit not to understand the operation of the progress bar. Somebody to indicate to me as it would be the code to implement the following thing: Simply I want that when pressing "button2" the progress bar is increased

Re: [pygtk] cschtml

2000-08-05 Thread acano
On Sat, 05 Aug 2000 01:55:53 +0200, Tom Cato Amundsen [EMAIL PROTECTED] wrote: Has anyone on this list considered making python bindings for cschtml, http://www.cscmail.net/cschtml? It is the (IMO wrongly named) GtkHTML widget ported to Gtk, without depending on all the gnome libs. Tom

RE : [pygtk] gdk-pixbuf bindings

2000-08-03 Thread acano
On Thu, 03 Aug 2000 15:04:13 +0200 (MEST), [EMAIL PROTECTED] wrote: Fine ! Just two (three) questions : 1/ Will it be eventually part of standard pygtk/pygnome distro ? No, pygtk will have its own, correct, version :) 2/ Is / Will GdkPixBuf CanvasItem supported ? Nope, I've never used the

[pygtk] gdk-pixbuf bindings

2000-08-01 Thread acano
I made python/pygtk bindings for gdk-pixbuf. It's the first time I've worked with the Python C-API, so... it probably sucks badly, :) but should be good enough if you just want to play around. http://users.systec.com/acano/pygdkpixbuf.tar.gz

Re: [pygtk] RE: Loading PNGs

2000-07-31 Thread acano
you've seen the other programs use is a gtk-theme-engine, not the "regular" rc parsing. I've never gotten that crap to work, you have to do some garbage like this (example doesn't work): #!/usr/bin/python from gtk import * rcfile = """ pixmap_

Re: [pygtk] PyGtk drag n drop and reparenting

2000-07-18 Thread acano
On Tue, 18 Jul 2000 09:29:47 +0200, MOULET Xavier FTRD/DMR/ISS [EMAIL PROTECTED] wrote: Hello everybody. As I told in my last email, I spennt another night on this and could not find what was causing any trouble. The following program should let me drag a node over another, and then the

Re: [pygtk] Clist append without data

2000-07-02 Thread acano
On Sat, 01 Jul 2000 00:49:43 -0700, "Scott F. Johnston" [EMAIL PROTECTED] wrote: Does anybody have a patch to allow a GtkCList's "append" method to be called with "NULL" which would add the row with no data? The 0.6.6 *_wrap_gtk_clist_append requires a sequence object. Not passing an