wxStaticBoxSizer Label
BlitzMax Forums/Brucey's Modules/wxStaticBoxSizer Label| 
 | ||
| Is it possible to change the label of a wxStaticBoxSizer? I'm guessing not as there's no SetLabel method, but thought I'd double check. Google doesn't turn up much, I'm surprised no ones asked the same question before... | 
| 
 | ||
| Probably something like : 
 sizer.GetStaticBox().SetLabel("My New Label")
:-) | 
| 
 | ||
| Ahh yeh, works, Thanks :) |