Displaying 1 result from an estimated 1 matches for "myveryownlistctrl".
2004 Oct 19
1
Loading wxListCtrl subclass from XRC file
...ntrol (as opposed to being able to
provide a data model a la Swing or Cocoa), and I''m running into trouble
when loading the control from an XRC file. Apparently I need to
specify the name of my subclass in the XRC as follows:
<object class="wxListCtrl" subclass="MyVeryOwnListCtrl"
name="custom_list">
...
</object>
When I do this, however, I get a message from WxWidgets saying that
"Subclass ''MyVeryOwnListCtrl'' not found for resource ''custom_list'', not
subclassing!". I gather from the WxWi...