Skip Menu |

This queue is for tickets about the Wx CPAN distribution.

Report information
The Basics
Id: 79004
Status: resolved
Priority: 0/
Queue: Wx

People
Owner: Nobody in particular
Requestors: user42 [...] zip.com.au
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.9911



Subject: wrap wxRichTextLineBreakChar
Date: Thu, 16 Aug 2012 11:37:12 +1000
To: bug-Wx [...] rt.cpan.org
From: Kevin Ryde <user42 [...] zip.com.au>
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.
Subject: Re: [rt.cpan.org #79004] wrap wxRichTextLineBreakChar
Date: Thu, 16 Aug 2012 03:35:04 +0100
To: bug-Wx [...] rt.cpan.org
From: Mark Dootson <mark.dootson [...] znix.com>
Hi, I'll add $r->LineBreak() and the the wxRichTextLineBreakChar constant for the next release. For now, you can use $r->WriteText(chr(29)) or append chr(29) to your strings at the Perl level. Regards Mark On 16/08/2012 02:37, Kevin Ryde via RT wrote: Show quoted text
> Wed Aug 15 21:37:32 2012: Request 79004 was acted upon. > Transaction: Ticket created by user42@zip.com.au > Queue: Wx > Subject: wrap wxRichTextLineBreakChar > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: user42@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. >