search for: wxcommandevent

Displaying 18 results from an estimated 18 matches for "wxcommandevent".

2006 Dec 31
0
[815] trunk/wxruby2/swig/classes: Added ContextMenuEvent class plus event handling methods
...><ins>+# Copyright 2004-2006 by Kevin Smith +# released under the MIT-style wxruby2 license + +%include "../common.i" + +%module(directors="1") wxContextMenuEvent + +%import "include/wxObject.h" +%import "include/wxEvent.h" +%import "include/wxCommandEvent.h" + +%include "include/wxContextMenuEvent.h" </ins></span></pre></div> <a id="trunkwxruby2swigclassesEvtHandleri"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/swig/classes/EvtHandler.i (814 => 815)</h...
2007 Jun 26
0
[1081] trunk/wxruby2: Added HyperlinkCtrl from the 2.8 API plus event mappings
...1,19 @@ </span><ins>+// Copyright 2004-2007 by Kevin Smith +// released under the MIT-like wxRuby license + +%include "../common.i" + +%module(directors="1") wxHyperlinkEvent +GC_MANAGE_AS_EVENT(wxHyperlinkEvent); + +%{ +#include <wx/hyperlink.h> +%} + +%ignore wxCommandEvent::Checked; + +%import "include/wxObject.h" +%import "include/wxEvent.h" +%import "include/wxCommandEvent.h" + +%include "include/wxHyperlinkEvent.h" </ins></span></pre></div> <a id="trunkwxruby2swigclassesincludeparentsrb"&...
2007 Mar 29
0
[926] branches/wxruby2/wxwidgets_282: Update Dialog wx2.6 -> wx2.8 API, remove deprecations and cruft, update doc
...- //virtual void OnCharHook(wxKeyEvent& event ); -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param wxCommandEvent& -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - - //virtual void OnApply(wxCommandEvent& event ) ; -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \br...
2006 Dec 20
0
[790] trunk/wxruby2/swig/classes: Added TextUrlEvent class and EvtHandler mapping
...90) </span><span class="lines">@@ -37,6 +37,7 @@ </span><span class="cx"> extern swig_class cWxCalendarEvent; </span><span class="cx"> extern swig_class cWxCloseEvent; </span><span class="cx"> extern swig_class cWxCommandEvent; </span><ins>+extern swig_class cWxTextUrlEvent; </ins><span class="cx"> extern swig_class cWxIdleEvent; </span><span class="cx"> extern swig_class cWxPaintEvent; </span><span class="cx"> extern swig_class cWxUpdateUIEven...
2006 Nov 07
0
[723] trunk/wxruby2: Added WindowCreateEvent and WindowDestroyEvent + event handlers (AF)
...gt;<ins>+# Copyright 2004-2006 by Kevin Smith +# released under the MIT-style wxruby2 license + +%include "../common.i" + +%module(directors="1") wxWindowCreateEvent + +%import "include/wxObject.h" +%import "include/wxEvent.h" +%import "include/wxCommandEvent.h" + +%include "include/wxWindowCreateEvent.h" </ins></span></pre></div> <a id="trunkwxruby2swigclassesWindowDestroyEventi"></a> <div class="addfile"><h4>Added: trunk/wxruby2/swig/classes/WindowDestroyEvent.i (0 =&gt...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...+ const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxDefaultSize, long style = 0, + const wxValidator& validator = wxDefaultValidator, + const wxString& name = wxT("control")); + </ins><span class="cx"> void Command(wxCommandEvent& event ) ; </span><ins>+ int GetAlignment() const; + + wxString GetLabelText() const; + virtual bool ShouldInheritColours() const; + </ins><span class="cx"> virtual wxString GetLabel() const; </span><span class="cx"> virtual void S...
2007 Jun 28
0
[1093] trunk/wxruby2: Added ChildFocusEvent class, mapping and documentation
...007 by Kevin Smith +// released under the MIT-like wxRuby license + +%include "../common.i" + +%module(directors="1") wxChildFocusEvent +GC_MANAGE_AS_EVENT(wxChildFocusEvent); + +%import "include/wxObject.h" +%import "include/wxEvent.h" +%import "include/wxCommandEvent.h" + +%include "include/wxChildFocusEvent.h" </ins></span></pre></div> <a id="trunkwxruby2swigclassesincludewxChildFocusEventh"></a> <div class="addfile"><h4>Added: trunk/wxruby2/swig/classes/include/wxChildFocusEven...
2006 Dec 31
0
[814] trunk/wxruby2/swig/classes: Added ScrollEvent class plus event processing and handler methods
.../span><ins>+# Copyright 2004-2006 by Kevin Smith +# released under the MIT-style wxruby2 license + +%include "../common.i" + +%module(directors="1") wxScrollEvent + +%import "include/wxObject.h" +%import "include/wxEvent.h" +%import "include/wxCommandEvent.h" + +%include "include/wxScrollEvent.h" </ins></span></pre></div> <a id="trunkwxruby2swigclassesincludeeventsrb"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/swig/classes/include/events.rb (813 => 814)&l...
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 _______________________________________________
2007 Jul 04
0
[1100] trunk/wxruby2/swig/classes/include/parents.rb: Add parent mapping for recently added ChildFocusEvent
...ss="cx"> ''wxCheckBox'' => ''wxControl'', </span><span class="cx"> ''wxCheckListBox'' => ''wxListBox'', </span><ins>+ ''wxChildFocusEvent'' => ''wxCommandEvent'', </ins><span class="cx"> ''wxChoice'' => ''wxControlWithItems'', </span><span class="cx"> ''wxChoicebook'' => ''wxControl'', </span><span class="cx"...
2006 Dec 23
0
[795] trunk/wxruby2/swig/classes/include/parents.rb: Added missing DatePickerCtrl and TextUrlEvent classes
...;cx"> ''wxTextDropTarget'' => ''wxDropTarget'', </span><span class="cx"> ''wxTextEntryDialog'' => ''wxDialog'', </span><ins>+ ''wxTextUrlEvent'' => ''wxCommandEvent'', </ins><span class="cx"> ''wxTextValidator'' => ''wxValidator'', </span><span class="cx"> ''wxTimer'' => ''wxEvtHandler'', </span><span class="cx"&g...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...;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_282swigclassesAuiPaneInfoi"></a> <div class="mo...
2006 Aug 01
4
SashWindows
Hi Please find attached a set of patches to implement Sash Layouts plus a little sample. These are resizable panes that can be used to create an IDE-like application, with sidebars etc. They''re quite a lot more powerful than SplitterWindow, for example you can split an MDI client window, and you can have lots of them. Not quite as nice as wxAUI (Advanced User Interface) - a project
2007 Mar 21
0
[907] branches/wxruby2/wxwidgets_282: Wx::Control API 2.6 -> 2.8
...branches/wxruby2/wxwidgets_282/swig/classes/include/wxControl.h&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-03-21 10:50:01 UTC (rev 907) </span><span class="lines">@@ -23,10 +23,11 @@ </span><span class="cx"> void Command(wxCommandEvent& event ) ; </span><span class="cx"> int GetAlignment() const; </span><span class="cx"> </span><del>- wxString GetLabelText() const; </del><span class="cx"> virtual bool ShouldInheritColours() const; </span&g...
2007 Jan 05
0
[831] trunk/wxruby2: Use simple ruby Integers to represent TreeItemIds
...gers +%include "../shared/treeitemid_typemaps.i" + </ins><span class="cx"> %import "include/wxObject.h" </span><span class="cx"> %import "include/wxEvent.h" </span><span class="cx"> %import "include/wxCommandEvent.h" </span></span></pre></div> <a id="trunkwxruby2swigclassesTreeItemIdi"></a> <div class="delfile"><h4>Deleted: trunk/wxruby2/swig/classes/TreeItemId.i (830 => 831)</h4> <pre class="diff"><span>...
2008 Sep 12
7
embedding wxruby?
Hello, is it possible to code a wxWidgets GUI in C++ and pass the whole wxApp or just single windows to embedded Ruby code? This would be very nice to provide a scriptable plugin system. Greetings, Niklas _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...ot;cx"> %{ </span><ins>+ +extern swig_class cWxEvtHandler; </ins><span class="cx"> static VALUE callbacks = Qnil; </span><del>-extern swig_class cWxEvent; -extern swig_class cWxCalendarEvent; -extern swig_class cWxCloseEvent; -extern swig_class cWxCommandEvent; -extern swig_class cWxTextUrlEvent; -extern swig_class cWxIdleEvent; -extern swig_class cWxPaintEvent; -extern swig_class cWxUpdateUIEvent; -extern swig_class cWxSizeEvent; -extern swig_class cWxTimerEvent; -extern swig_class cWxKeyEvent; -extern swig_class cWxFindDialogEvent; -extern swig_class...
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...