Really? How do you grab a sizers handle from wxWidgets' XRC system if not?
Well a quick google later...:
Indeed, they do not have one, it seems you grab the handle like this:
FindWindow(XRCID("MY_PARENTWINDOW"))->GetSizer()
Seems a bit convoluted, but hey that's not wxSmiths fault. So never mind this thread...