<br><br><div class="gmail_quote">On Fri, Sep 18, 2009 at 4:19 AM, Al Johnson <span dir="ltr">&lt;<a href="mailto:openmoko@mazikeen.demon.co.uk">openmoko@mazikeen.demon.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thursday 17 September 2009, RANJAN wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; How to create a grid of buttons like the Dialer,I was able to get a single<br>
&gt; button with GTK running but I did not know how to modify the code to have a<br>
&gt; grid of buttons.<br>
<br>
</div>The pygtk tutorial gives a good introduction to most of the widgets and layout<br>
options, and has example code. You probably want to use a gtk.Table for this.<br>
<br>
[1] <a href="http://www.pygtk.org/tutorial.html" target="_blank">http://www.pygtk.org/tutorial.html</a><br>
[2] <a href="http://www.pygtk.org/pygtk2tutorial/sec-PackingUsingTables.html" target="_blank">http://www.pygtk.org/pygtk2tutorial/sec-PackingUsingTables.html</a><br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@lists.openmoko.org">devel@lists.openmoko.org</a><br>
<a href="https://lists.openmoko.org/mailman/listinfo/devel" target="_blank">https://lists.openmoko.org/mailman/listinfo/devel</a><br>
</blockquote></div>Solved thanks.<br>
<br>
Sriranjan