On Thursday 17 September 2009, RANJAN wrote: > Hi, > > How to create a grid of buttons like the Dialer,I was able to get a single > button with GTK running but I did not know how to modify the code to have a > grid of buttons.
The pygtk tutorial gives a good introduction to most of the widgets and layout options, and has example code. You probably want to use a gtk.Table for this. [1] http://www.pygtk.org/tutorial.html [2] http://www.pygtk.org/pygtk2tutorial/sec-PackingUsingTables.html _______________________________________________ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/devel