Wed Aug 15 22:35:34 2012: Request 79004 was acted upon.
Transaction: Correspondence added by mark.doot...@znix.com
       Queue: Wx
     Subject: Re: [rt.cpan.org #79004] 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 >


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:
> 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.
>


Reply via email to