[pygtk] Alignment ( any example )

2000-05-19 Thread abouf066
Greetings all, I was wondering wether anybody has few lines of code illustrating the use of alignement . Thanks all _

[pygtk] simple color access

2000-05-19 Thread gry
[Python 1.6a2, pygtk-0.7.0, gtk+1.2.7, Suse Linux 6.1(2.2.11), pentium] How does one simply get a color object to set the background of a widget? I.e.: from _gtk import * from GTK import * w = GtkWindow(WINDOW_TOPLEVEL) clist = GtkCList(1, ('name')) clist.append(['George Young'])

Re: [pygtk] simple color access

2000-05-19 Thread James Henstridge
On Fri, 19 May 2000 [EMAIL PROTECTED] wrote: [Python 1.6a2, pygtk-0.7.0, gtk+1.2.7, Suse Linux 6.1(2.2.11), pentium] How does one simply get a color object to set the background of a widget? I.e.: from _gtk import * from GTK import * why are you importing these modules directly?