in reply to wxDP_DROPDOWN constant autoload issue

ddg://wxDP_DROPDOWN site:http://docs.wxwidgets.org/stable/ --->>>> wxDatePickerCtrl

$ perl wxEXPORTS.pl |ack wxDP_DROPDOWN -C4
:datepicker wxDP_DEFAULT wxDP_SPIN wxDP_DROPDOWN wxDP_SHOWCENTURY wxDP_ALLOWNONE wxDP_DEFAULT wxDP_SPIN wxDP_DROPDOWN wxDP_SHOWCENTURY wxDP_ALLOWNONE

$ perl wxEXPORTSauto.pl pm995103wx.pl
use Wx qw[ :datepicker :frame :misc ];

Replies are listed 'Best First'.
Re^2: wxDP_DROPDOWN constant autoload issue
by Anonymous Monk on Mar 09, 2013 at 09:00 UTC