Hello,
What are the different way to find the hierarchy?
I know one:
http://www.wxpython.org/docs/api/trees.html
Is there any other way?
Thanks
Hello,
What are the different way to find the hierarchy?
I know one:
http://www.wxpython.org/docs/api/trees.html
Is there any other way?
Thanks
laurent FRANCOIS wrote:
Hello,
What are the different way to find the hierarchy?
I know one:
wxPython API Documentation — wxPython Phoenix 4.2.2 documentation
Is there any other way?
Thanks
_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
Using the wxwidgets development documentation, you can view a classes' inheritance hierarchy (e.g. wxWidgets: wxFontPickerCtrl Class Reference)
Is that what you want?
Hi,
Steven Sproat wrote:
Using the wxwidgets development documentation, you can view a classes'
inheritance hierarchy (e.g.
wxWidgets: wxFontPickerCtrl Class Reference)Is that what you want?
____Yes!!!
There is also another way, if you want wxPython documentation: you can
take a look at my version of the doc in my website:
http://xoomer.virgilio.it/infinity77/wxPython/APIMain.html
And, for instance:
http://xoomer.virgilio.it/infinity77/wxPython/Widgets/wx.FontPickerCtrl.html
HTH.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
On Sun, Apr 5, 2009 at 5:15 AM, laurent FRANCOIS wrote: