Is there a RichTextFormattingDialog?

I was hunting about and came across this page:
http://docs.wxwidgets.org/trunk/classwx_rich_text_style_organiser_dialog.html

Is this available in wxPython?

Regards

Max

···


View this message in context: http://www.nabble.com/Is-there-a-RichTextFormattingDialog--tp22037457p22037457.html
Sent from the wxPython-users mailing list archive at Nabble.com.

Hi Max,

I was hunting about and came across this page:
wxWidgets: wxRichTextStyleOrganiserDialog Class Reference

Is this available in wxPython?

Regards

Max
  
I've never heard of it, but a quick google search turned up that you can access it like this:

wx.richtext.RichTextStyleOrganiserDialog

/See Andrea's alternative docs: http://xoomer.virgilio.it/infinity77/wxPython/richtext/wx.richtext.html

···

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

Blog: http://blog.pythonlibrary.org
Python Extension Building Network: http://www.pythonlibrary.org

/

MaxVK wrote:

I was hunting about and came across this page:
wxWidgets: wxRichTextStyleOrganiserDialog Class Reference

Is this available in wxPython?

Not yet.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Thanks - I found Andrea's site, but that code doesn't seem to work.
Are there plans to include it at some point - It doesn't matter now, Ill
write my own, but just for information.

regards

Max

Robin Dunn wrote:

···

MaxVK wrote:

I was hunting about and came across this page:
wxWidgets: wxRichTextStyleOrganiserDialog Class Reference

Is this available in wxPython?

Not yet.

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

--
View this message in context: http://www.nabble.com/Is-there-a-RichTextFormattingDialog--tp22037457p22045738.html
Sent from the wxPython-users mailing list archive at Nabble.com.

MaxVK wrote:

Thanks - I found Andrea's site, but that code doesn't seem to work.
Are there plans to include it at some point - It doesn't matter now, Ill
write my own, but just for information.

Eventually. At the latest it will be in some 2.9.x release after I switch how the wrappers are being generated.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!