Skip Menu |

This queue is for tickets about the Wx CPAN distribution.

Report information
The Basics
Id: 93595
Status: new
Priority: 0/
Queue: Wx

People
Owner: Nobody in particular
Requestors: eco [...] ecocode.net
Cc:
AdminCc:

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



Subject: ComboBox Popup and Dismiss
Hi, You might want to apply this patch to add support for Popup and Dismiss in ComboBox best -- Erik
Subject: ComboBox-popup-dismiss.patch
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