Fri Mar 07 01:47:17 2014: Request 93595 was acted upon. Transaction: Ticket created by ecocode Queue: Wx Subject: ComboBox Popup and Dismiss Broken in: (no value) Severity: Wishlist Owner: Nobody Requestors: e...@ecocode.net Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=93595 >
Hi, You might want to apply this patch to add support for Popup and Dismiss in ComboBox best -- Erik
Index: wxPerl/trunk/XS/ComboBox.xs =================================================================== --- wxPerl/trunk/XS/ComboBox.xs (revision 3505) +++ wxPerl/trunk/XS/ComboBox.xs (working copy) @@ -153,6 +153,12 @@ wxComboBox::Paste() void +wxComboBox::Popup() + +void +wxComboBox::Dismiss() + +void wxComboBox::Replace( from, to, text ) long from long to