search for: wxnotifyevent

Displaying 5 results from an estimated 5 matches for "wxnotifyevent".

Did you mean: inotifyevent
2005 Aug 29
3
added Choicebook
Here are the new files in a zip and the patches to existing. Also added Listbook values to parents.rb that I forgot when adding that. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jan 23
0
[852] trunk/wxruby2/swig/classes/include/parents.rb: Fix MultiChoiceDialog name
...''wxMultiChoiceDialog'' => ''wxDialog'', </ins><span class="cx"> ''wxNotebook'' => ''wxControl'', </span><span class="cx"> ''wxNotebookEvent'' => ''wxNotifyEvent'', </span><span class="cx"> ''wxNotebookSizer'' => ''wxSizer'', </span></span></pre> </div> </div> </body> </html>
2007 Jul 04
0
[1100] trunk/wxruby2/swig/classes/include/parents.rb: Add parent mapping for recently added ChildFocusEvent
...#39;'wxChoice'' => ''wxControlWithItems'', </span><span class="cx"> ''wxChoicebook'' => ''wxControl'', </span><span class="cx"> ''wxChoicebookEvent'' => ''wxNotifyEvent'',&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp </span></span></pre> </div> </div> </body> </html>
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...es">@@ -0,0 +1,17 @@ </span><ins>+# Copyright 2004-2007 by Kevin Smith +# released under the MIT-style wxruby2 license + +%include "../common.i" + +%module(directors="1") wxAuiNotebookEvent + +%{ +#include <wx/aui/aui.h> +%} + +%import "include/wxNotifyEvent.h" +%import "include/wxCommandEvent.h" +%import "include/wxEvent.h" +%import "include/wxObject.h" + +%include "include/wxAuiNotebookEvent.h" </ins></span></pre></div> <a id="brancheswxruby2wxwidgets_282swigclassesAuiPaneIn...
2006 Jul 25
6
Wizards
Hi Please find attached a set of patches and swig files to implement Wizards for wxruby. Also a brief sample. Quick q - the C declarations of evt_xxx_xxx methods and their attaching to Ruby classes seems to be duplicated across Events.i and EvtHandler.i - is one of these the right place to be adding them? or both? Thanks alex _______________________________________________