wxWidgets icon indicating copy to clipboard operation
wxWidgets copied to clipboard

missing wxVListBoxXmlHandler?

Open wsu-cb opened this issue 2 years ago • 0 comments

I want to create a (subclass of) wxVListBox using XRC. I initially thought that I could treat wxVListBox as a subclass of wxPanel, but then I discovered that wxVListBox has its own Create() function. I think having its own Create() function means wxVListBox needs a wxVListBoxXmlHandler to properly be used with XRC.

Assuming no one explains to me how my thinking here is incorrect, I will try to submit a wxVListBoxXmlHandler.

wsu-cb avatar Feb 27 '24 01:02 wsu-cb