Displaying 3 results from an estimated 3 matches for "loaddialog".
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
...Wx::Dialog, Wx::Frame, or Wx::Panel. The other loads in a layout into
+// an already existing instance of one of these classes, which may be a
+// custom ruby subclass containing extended methods etc. These two types
+// are disambiguated below.
</ins><span class="cx"> %rename(LoadDialogSubclass) wxXmlResource::LoadDialog(wxDialog *dlg, wxWindow *parent, const wxString &name);
</span><span class="cx">
</span><span class="cx"> %rename(LoadPanelSubclass) wxXmlResource::LoadPanel(wxPanel *pan, wxWindow *parent, wxString &name);
<...
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for
download from RubyForge at http://wxruby.rubyforge.org/
This release includes binary builds for Max OS X and
MS Windows.
Please report any bugs or feature requests here:
http://rubyforge.org/tracker/?group_id=35
Changes in this release include:
* Added XRC (Xml Resource File) support.
* Added totally awesome HTML widget from Tobi
2007 Apr 13
0
[962] branches/wxruby2/wxwidgets_282/doc/textile/xmlresource.txtl: Fixed the documentation for load_*_subclass, where * is [Dialog, Panel, Frame].
...;/span><span class="cx"> * "XmlResource#load":#XmlResource_load
</span><span class="cx"> * "XmlResource#load_bitmap":#XmlResource_loadbitmap
</span><span class="cx"> * "XmlResource#load_dialog":#XmlResource_loaddialog
</span><ins>+* "XmlResource#load_dialog_subclass":#XmlResource_loaddialogsubclass
</ins><span class="cx"> * "XmlResource#load_frame":#XmlResource_loadframe
</span><ins>+* "XmlResource#load_frame_subclass":#XmlResource_loadf...