[pygtk] Libglade program too big

2000-05-19 Thread Harry Henry Gebel
I am using libglade and pygnome, when I set the toolbar style to "Icons" it still displays both text and icons. If I build in Glade as a C project it then does not display the text. Is there any way I can override this behavior? I am using Mandrake 7.0 with libglade 0.12, gtk 1.2.7, gnome-libs 1.0

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 direct

[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']) w.a

[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 _ LaB