I've made a small program that displays the periodic table of atomic elements in the form of a GTK.Table filled up with GTK.Button objects, based on an input file. The problem is that the minimumsize of the buttons is a bit to big and the window takes big part of my screen. I've noticed that there is a margin between the buttontext and the outer border of the button. I'd like to reduce the buttonsize without using smaller a font. Is it possible to reduce these margins?
If you wish, you could download the program and inputfile: http://allserv.ugent.be/~tovrstra/mendeljev.tar.gz
Using the gtk.SHRINK options when attaching the buttons doesn't seem to make them shrink when resizing the window. Is this the correct behaviour? If yes, what is the use of the gtk.SHRINK option?
regards and thanks for looking at my problems,
Toon
P.S. I just started learning to program with GTK an PyGTK, so don't mind if I ask stupid questions.
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
