Looking for collections of wxPython widgets

Hello,

Are there any collections of wxPython widgets anywhere on the web?
(Asides from Andrea's, of course.)

Ram.

The only other widgets that come to mind are Floatcanvas (1 and 2) and
ObjectListView. Cody Precord contributed the Plate button to the main
wx distro (I think). Beyond that, you'd probably need to look on the
wiki and in various FOSS projects.

···

On Mar 30, 12:53 pm, cool-RR <ram.rac...@gmail.com> wrote:

Hello,

Are there any collections of wxPython widgets anywhere on the web?
(Asides from Andrea's, of course.)

Ram.

-------------------
Mike Driscoll

Blog: http://blog.pythonlibrary.org

Hi Ram,

···

2010/3/30 cool-RR <ram.rachum@gmail.com>:

Hello,

Are there any collections of wxPython widgets anywhere on the web?
(Asides from Andrea's, of course.)

Not exactly a collection, but I've made good use of the Squaremap
widget (SquareMap in Launchpad) developed by Mike C.
Fletcher.

Cheers, Frank

Hi,

Hello,

Are there any collections of wxPython widgets anywhere on the web?
(Asides from Andrea's, of course.)

I have a fairly large library of widgets / base classes that I have
developed into a sub-library of Editra (eclib). The PlateButton in
wx.lib came from this library. If you check Editra out of the wxPython
svn there are some test/demo files for a good percentage of the
library that can be run by running the Editra/tests/controls/demo.py
file.

Cody

···

On Tue, Mar 30, 2010 at 12:53 PM, cool-RR <ram.rachum@gmail.com> wrote:

Thanks everyone!

···

On Tue, Mar 30, 2010 at 10:51 PM, Cody Precord codyprecord@gmail.com wrote:

Hi,

On Tue, Mar 30, 2010 at 12:53 PM, cool-RR ram.rachum@gmail.com wrote:

Hello,

Are there any collections of wxPython widgets anywhere on the web?

(Asides from Andrea’s, of course.)

I have a fairly large library of widgets / base classes that I have

developed into a sub-library of Editra (eclib). The PlateButton in

wx.lib came from this library. If you check Editra out of the wxPython

svn there are some test/demo files for a good percentage of the

library that can be run by running the Editra/tests/controls/demo.py

file.

Cody

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en

To unsubscribe from this group, send email to wxpython-users+unsubscribegooglegroups.com or reply to this email with the words “REMOVE ME” as the subject.


Sincerely,
Ram Rachum

The Dabo project (http://dabodev.com) has wrapped dozens of wxPython
widgets and perhaps created several new widgets as well.

Malcolm