[Tutor] Creating custom GUI elements

Greg gregbair at gmail.com
Sat Sep 4 20:54:21 CEST 2010


On Sat, Sep 4, 2010 at 1:40 PM, aug dawg <augdawg09 at gmail.com> wrote:

> Hey guys,
>
> How would I go about creating custom GUI elements? For example, if I wanted
> to make a simple LEGO maker app, how would I write the code for the bricks
> so that the user could drag them around and then build LEGO models?
>
> Thanks!
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
>
You'd probably want to look into one of the gui toolkits, wxPython, PyGTK,
PyQT, etc.  No need to reinvent the wheel.


-- 
Greg Bair
gregbair at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100904/fb976101/attachment-0001.html>


More information about the Tutor mailing list