Hi,

The docs should have a wxPerl note.

$bar->SetStatusStyles

works the same way as

$bar->SetStatusWidths.

i.e. if you have 3 status fields you might do

$bar->SetStatusStyles( wxSB_NORMAL, wxSB_FLAT, wxSB_RAISED );

As with SetStatusWidths, you must always pass a param for each field.

Regards

Mark


On 31/12/2010 16:29, herbert breunung wrote:
when telling the stausbar

$bar->SetStatusStyles($nr, $style);

the first parameter doesnt seems to have any effect.

testet on latest wxperl ubuntu perl5.12.

best.. always

Reply via email to