in reply to wxPerl - Removing title bar buttons from dialog box doesn't work in Kubuntu 9.10
What does warn $style; print? I get 536870912.$ perl -MWx -le"print for Wx->VERSION, Wx->wxVERSION_STRING" 0.96 wxWidgets 2.8.10
Try
$style = wxCAPTION() &~( wxMINIMIZE_BOX() | wxMAXIMIZE_BOX() | wxRES +IZE_BORDER() )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: wxPerl - Removing title bar buttons from dialog box doesn't work in Kubuntu 9.10
by Steve_BZ (Chaplain) on Mar 19, 2010 at 11:58 UTC | |
by Anonymous Monk on Mar 19, 2010 at 12:02 UTC | |
by Steve_BZ (Chaplain) on Mar 19, 2010 at 16:59 UTC |