On Thu, Sep 27, 2001 at 08:38:37PM +0400, Dmitry Smirnov wrote: > I'm now try to use gtk-1.3.7 and pygtk-1.99 and I have a few questions: > > 1. How I can change color of line (rectangle and other) in GtkDrawingArea? I can't >find any function which return GdkColor (or constructor of GdkColor), but it require >to call functions, such as GdkColormap.alloc(), GdkGC.set_foreground().
there's still some work to be done here.. > 2. How to create statusbar without resize_grip? > In gtk2 it is possible with gtk_statusbar_has_resize_grip function, but I can't find >this function in pygtk2. I added statusbar.set_resize_grip(bool) in CVS a few days ago. Cheers, Matt _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
