in reply to wxPerl RadioBox Inheritance problem

Instead of
$self->SetBackgroundStyle('wxBG_STYLE_CUSTOM');
try
$self->SetBackgroundStyle(Wx::wxBG_STYLE_CUSTOM());
, since wxBG_STYLE_CUSTOM is supposed to be a constant(a function in perl), not a string.
Any idea how I can access the RadioButton elements within the RadioBox?
A wxRadioBox is a wxWindow, and wxWindow has a GetChildren method.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.