wx.RichTextCtl Events

Is there an event available for when a user clicks on a
URL? I didn’t see any events at all in the API listing.

Thanks!

I am looking for something like the wx.html.HtmlWindow’s
OnLinkClicked(self, link) event.

···

No virus found in this outgoing message.

Checked by AVG Free Edition.

Version: 7.5.432 / Virus Database: 268.16.10/625 - Release Date: 1/13/2007 5:40 PM

Lee Connell wrote:

Is there an event available for when a user clicks on a URL? I didn’t see any events at all in the API listing.

I think it sends EVT_TEXT_URL just like wx.TextCtrl.

···

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