Displaying 2 results from an estimated 2 matches for "loadframesubclass".
Did you mean:
load_frame_subclass
2005 Aug 16
9
Patch and files to add Listbook
I added the Listbook class (basically the same as the Notebook class
with some name changes). I also took the time to write a sample that
uses it. The sample interface uses XRC and is slightly more advanced
than the current XRC sample.
Sean
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2007 Jul 04
0
[1099] trunk/wxruby2/swig/classes/XmlResource.i: Permit Dialogs and Frames with no parents to be created via XRC; add comments
...;/span><span class="cx">
</span><span class="cx"> %rename(LoadPanelSubclass) wxXmlResource::LoadPanel(wxPanel *pan, wxWindow *parent, wxString &name);
</span><span class="cx">
</span><span class="cx"> %rename(LoadFrameSubclass) wxXmlResource::LoadFrame(wxFrame *frame, wxWindow *parent, const wxString &name);
</span><span class="cx">
</span><ins>+// XmlResource is an exception to the general rule in typemap.i - it has
+// methods which accept a ''wxWindow* parent'' ar...