Wed Aug 15 21:37:32 2012: Request 79004 was acted upon. Transaction: Ticket created by use...@zip.com.au Queue: Wx Subject: wrap wxRichTextLineBreakChar Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: use...@zip.com.au Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=79004 >
It'd be good if the wxRichTextLineBreakChar constant and richtext control ->LineBreak method were in the perl wrapper. The constant is documented with wxRichTextCtrl::LineBreak. It's a wxChar equal to 29, which is ascii "group sepearator". Dunno if it would be better as a character ordinal or as a string at the perl level. Whatever is usual for wxChar returns etc I suppose.