search for: wxevent

Displaying 20 results from an estimated 38 matches for "wxevent".

Did you mean: xevent
2006 Dec 07
0
[ wxruby-Bugs-7146 ] Setting item image in TreeCtrl crashes on OS X
...in wxGenericTreeCtrl::PaintLevel(wxGenericTreeItem*, wxDC&, int, int&) () #5 0x03388d20 in wxGenericTreeCtrl::PaintLevel(wxGenericTreeItem*, wxDC&, int, int&) () #6 0x03389138 in wxGenericTreeCtrl::OnPaint(wxPaintEvent&) () #7 0x0325eaf8 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () #8 0x0325e27c in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) () #9 0x0325eca4 in wxEvtHandler::ProcessEvent(wxEvent&) () #10 0x0325ecd0 in wxEvtHandler::ProcessEvent(wxEvent&) () #11 0x03324ab8 in wxScrollHelperEvtHa...
2007 Jul 17
0
[1114] trunk/wxruby2/swig/classes/include: Added missing methods from the 2.6 to 2.8 upgrade.
...gt;<span class="cx"> void SetControl(wxControl* ctrl); </span><span class="cx"> </span><ins>+&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspvirtual wxEvent *Clone() const; + </ins><span class="cx"> }; </span><span class="cx"> </span><span class="cx"> </span></span></pre></div> <a id="trunkwxruby2swigclassesincludewxGridEventh"></a> <div...
2007 Jan 23
0
[852] trunk/wxruby2/swig/classes/include/parents.rb: Fix MultiChoiceDialog name
.../parents.rb&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-01-23 21:21:41 UTC (rev 852) </span><span class="lines">@@ -198,7 +198,7 @@ </span><span class="cx"> ''wxMouseCaptureChangedEvent'' => ''wxEvent'', </span><span class="cx"> ''wxMouseEvent'' => ''wxEvent'', </span><span class="cx"> ''wxMoveEvent'' => ''wxEvent'', </span><del>- ''wxMultipleCh...
2007 Jun 28
0
[1094] trunk/wxruby2: Added SetCursorEvent and mapping
...;/span><ins>+// Copyright 2004-2007 by Kevin Smith +// released under the MIT-like wxRuby license + +%include "../common.i" + +%module(directors="1") wxSetCursorEvent +GC_MANAGE_AS_EVENT(wxSetCursorEvent); + +%import "include/wxObject.h" +%import "include/wxEvent.h" + +%include "include/wxSetCursorEvent.h" </ins></span></pre></div> <a id="trunkwxruby2swigclassesincludewxSetCursorEventh"></a> <div class="addfile"><h4>Added: trunk/wxruby2/swig/classes/include/wxSetCursorEvent.h...
2007 Jun 26
0
[1081] trunk/wxruby2: Added HyperlinkCtrl from the 2.8 API plus event mappings
...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"></a> <div class="modfile"><h4>Modified: trunk/wxruby...
2004 Apr 24
1
wxruby-swig 0.0.7
I just pushed a new wxruby-swig, which includes the known MSWin rakefile changes. It also has some significant internal improvements that will make it easier to add classes, and it includes support for one new class (wxEvent). wxruby-swig is now licensed under the "MIT license". wxRuby will remain under the wxWindows license as long as we are releasing the old code base. When we officially switch to the new swig-based code, the wxruby-swig license will apply. Kevin
2006 Apr 07
3
Pointer position on keypress event?
Hi. Is there any straightforward way to tell pointer position (x, y) upon keypress? In original wxWidgets, wxKeyEvent supports GetX() and GetY() methods, but wxRuby''s KeyEvent object does not have one. I also checked with event.methods and event.instance_variables. Do I need to keep track of pointer position by evt_motion? -- Taisuke Yamada <tyamadajp@spam.rakugaki.org>,
2007 Jun 26
0
[1074] trunk/wxruby2/swig/classes: Add IconizeEvent and cleanup header file
...lt;/span><ins>+// Copyright 2004-2007 by Kevin Smith +// released under the MIT-like wxRuby license + +%include "../common.i" + +%module(directors="1") wxIconizeEvent +GC_MANAGE_AS_EVENT(wxIconizeEvent); + + +%import "include/wxObject.h" +%import "include/wxEvent.h" + +%include "include/wxIconizeEvent.h" </ins></span></pre></div> <a id="trunkwxruby2swigclassesincludewxIconizeEventh"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/swig/classes/include/wxIconizeEvent.h (1...
2007 Jan 06
0
[833] trunk/wxruby2/swig/classes: Fix the inheritance chain of wxIcon (varies cross-platform)
...an class="cx"> ''wxIPV4address'' => ''wxSockAddress'', </span><del>- ''wxIcon'' => ''wxBitmap'', </del><span class="cx"> ''wxIconizeEvent'' => ''wxEvent'', </span><span class="cx"> ''wxIdleEvent'' => ''wxEvent'', </span><span class="cx"> ''wxImage'' => ''wxObject'', </span><span class="lines">@@ -31...
2006 Dec 31
0
[815] trunk/wxruby2/swig/classes: Added ContextMenuEvent class plus event handling methods
...nes">@@ -0,0 +1,12 @@ </span><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/s...
2007 Jun 28
0
[1093] trunk/wxruby2: Added ChildFocusEvent class, mapping and documentation
...span><ins>+// Copyright 2004-2007 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...
2007 May 31
0
[1040] trunk/wxruby2/swig/Events.i: Add List and Splitter constants, also EVT_SIZING and EVT_MOVING
...icense </del><ins>+// Copyright 2004-2007 by Kevin Smith +// released under the MIT-style wxruby2 license </ins><span class="cx"> %include "common.i" </span><span class="cx"> </span><del>-%module(directors="1") wxEvents; </del><ins>+%module wxEvents; </ins><span class="cx"> </span><ins>+// This module defines all the EVT_ constants that uniquely identify +// each type of GUI event that WxWidgets can generate. +// +// SWIG''s output of this file is post-proces...
2007 Mar 15
6
Patch to 0.0.39
Hi I''m developing software using wxruby2. At first I tried to use wxruby 0.6 but I couldn''t live without some of those new funky features :) So, instead of writing my own code, I got a bit sidetracked and wrote http://rubyforge.org/tracker/index.php?func=detail&aid=9297&group_id=35&atid=220 instead. Seeing as this is my first foray in to the innards of wxruby2, I
2006 Dec 24
0
[802] trunk/wxruby2/swig/classes: Add support for MenuEvent (MENU_OPEN, MENU_CLOSE, MENU_HIGHLIGHT)
...uot;cx"> #ifdef WXSCINTILLA </span><span class="cx"> extern swig_class cWxScintillaEvent; </span><span class="cx"> #endif </span><span class="lines">@@ -297,6 +298,14 @@ </span><span class="cx"> (const wxEventType *)0 </span><span class="cx"> }; </span><span class="cx"> </span><ins>+static const wxEventType *menuEvents[] = +{ + &wxEVT_MENU_OPEN, + &wxEVT_MENU_CLOSE, + &wxEVT_MENU_HIGHLIGHT, + (const wxEventType *)0 +}; + </ins&gt...
2008 Jan 02
0
[ wxruby-Bugs-16762 ] src/Event.cpp:3156: error: ''wxEVT_MEDIA_FINISHED'' was not declared in this scope
...src/Event.cpp:3156: error: ''wxEVT_MEDIA_FINISHED'' was not declared in this scope Initial Comment: This bug is against the svn version of wxruby2. contact: demaillists_at_comcast.net -------------------- ruby swig/fixmodule.rb src/Event.cpp core_name: Event : Object class wxEvent NOTE: swig/fixmodule.rb Didn''t find gcitem destructor g++ -c -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O -march=athlon-xp -pipe -fPIC -Wno-unused-function -I /usr/lib/ruby/site_ruby/1.8 -I /usr/lib/ruby/sit...
2006 Sep 12
1
Patch to wxMouseEvent.h
This patch just applies some const tags that were missing (does this affect anything at all?) and removes a definition that was causing a conflict. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...nes">@@ -0,0 +1,15 @@ </span><ins>+# Copyright 2004-2007 by Kevin Smith +# released under the MIT-style wxruby2 license + +%include "../common.i" + +%module(directors="1") wxAuiManagerEvent + +%{ +#include <wx/aui/aui.h> +%} + +%import "include/wxEvent.h" +%import "include/wxObject.h" + +%include "include/wxAuiManagerEvent.h" </ins></span></pre></div> <a id="brancheswxruby2wxwidgets_282swigclassesAuiNotebooki"></a> <div class="addfile"><h4>Added: branches...
2007 Jan 23
2
maybe fix for MSW segfaults
...sn''t removed, so the next time the same Event object is sent for processing (ProcessEvent), SWIG tries to retrieve a destroyed object, and segfaults. I can''t pin down where the tracking should be getting removed but isn''t, but switching off trackobjects altogether for wxEvent seems to avoid the problem (using VS express 2005) I don''t *think* this is a problem, because I don''t think Event objects are ever returned by wxruby methods; they are only ever passed into ruby from C++ API (in normal event handlers), or occasionally passed into C++ from Rub...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...;<span class="lines">@@ -142,7 +142,7 @@ </span><span class="cx"> wxRubyApp() ; </span><span class="cx"> virtual ~wxApp() ; </span><span class="cx"> void Dispatch() ; </span><del>- int FilterEvent(wxEvent& event ) ; </del><ins>+ virtual int FilterEvent(wxEvent& event ) ; </ins><span class="cx"> wxString GetAppName() const; </span><span class="cx"> bool GetAuto3D() const; </span><span class="cx"> wxString G...
2007 Mar 19
0
[902] branches/wxruby2/wxwidgets_282/swig/classes/include/parents.rb: Parents for AUI GUI classes
...asses/include/parents.rb&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-03-19 23:27:50 UTC (rev 902) </span><span class="lines">@@ -12,6 +12,8 @@ </span><span class="cx"> ''wxActivateEvent'' => ''wxEvent'', </span><span class="cx"> ''wxApp'' => ''wxEvtHandler'', </span><span class="cx"> ''wxArtProvider'' => ''wxObject'', </span><ins>+ ''wxAuiManage...