Can ComboCtrl in wxWidgets 2.8 do?
Jaakko Salli
jmsalli at users.sourceforge.net
Sun Dec 17 03:39:12 PST 2006
Hi Timmy,
Timmy <timheit <at> netvigator.com> writes:
> I'm trying to use the new ctrl 'ComboCtrl' introduced in
> version 2.8. Can I hide the button of this ctrl but remain the text input part?
>
> My approach is that I would like to treat it as a general TextCtrl function or
ComboCtrl function in
> different condition. I want to show the button again when certain condition is
matched. Thanks!
Currently there is no such feature, but it is a logical addition, namely
because current generic wxSearchCtrl has button hiding, and it might make sense
to someday replace that implementation by one that is derived from wxComboCtrl.
However, I'm not absolute sure if this can be added into 2.8 branch.
Regards,
Jaakko
More information about the wx-users
mailing list