search for: wxevthandler

Displaying 20 results from an estimated 42 matches for "wxevthandler".

Did you mean: cwxevthandler
2008 Feb 06
0
[ wxruby-Bugs-17827 ] Crash when closing Dialog in bigdemo.rb
...#24 0x010ab236 in wxRbCallback::EventThunker () at string.h:690 #25 0x0139fbc3 in wxAppConsole::HandleEvent (this=0x3ad2d0, handler=0x833200, func={__pfn = 0x10ab18c <wxRbCallback::EventThunker(wxEvent&)>, __delta = 0}, event=@0xbfffdf24) at ../src/common/appbase.cpp:320 #26 0x0143ba6e in wxEvtHandler::ProcessEventIfMatches (entry=@0x1582a500, handler=0x833200, event=@0xbfffdf24) at ../src/common/event.cpp:1225 #27 0x0143cb82 in wxEvtHandler::SearchDynamicEventTable (this=0x833200, event=@0xbfffdf24) at ../src/common/event.cpp:1407 #28 0x0143cc8c in wxEvtHandler::ProcessEvent (this=0x833200, eve...
2006 Dec 07
0
[ wxruby-Bugs-7146 ] Setting item image in TreeCtrl crashes on OS X
...Item*, wxDC&) () #4 0x033889b8 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 0x...
2006 Nov 12
0
[ wxruby-Bugs-6632 ] Linux crash on NoteBook in bigdemo.rb
...0x0805ea27 in vafuncall (recv=3063296600, mid=5217, n=1, ar=0xbf81c754) at eval.c:6125 #34 0x0805eb60 in rb_funcall (recv=3063296600, mid=5217, n=1) at eval.c:6142 #35 0xb76edcd8 in wxRbCallback::EventThunker (this=0x8215fa8, event=@0xbf81cfa0) at src/EvtHandler.cpp:2108 #36 0xb7b5b9be in wxEvtHandler::ProcessEventIfMatches () from lib/wxruby2.so #37 0xb7b5ba52 in wxEvtHandler::SearchDynamicEventTable () from lib/wxruby2.so #38 0xb7b5c3e6 in wxEvtHandler::ProcessEvent () from lib/wxruby2.so #39 0xb770c2e3 in SwigDirector_wxFrame::ProcessEvent (this=0x8215fa8, event=@0xbf81cfa0) at src/Frame...
2007 Jun 23
0
[1063] trunk/wxruby2/swig/classes/EvtHandler.i: Add a public ''connect'' method for handling arbitary user-defined events
...3 16:33:16 UTC (rev 1062) +++ trunk/wxruby2/swig/classes/EvtHandler.i&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-06-23 18:00:12 UTC (rev 1063) </span><span class="lines">@@ -10,11 +10,33 @@ </span><span class="cx"> %ignore wxEvtHandler::Disconnect; </span><span class="cx"> </span><span class="cx"> %import "include/wxObject.h" </span><del>- </del><span class="cx"> %include "include/wxEvtHandler.h" </span><span class="cx...
2007 Jun 23
0
[1061] trunk/wxruby2/swig/classes/EvtHandler.i: Remove a lot of no longer needed includes from EvtHandler.i
...e <wx/splitter.h> -#include <wx/listctrl.h> -#include <wx/sashwin.h> -#include <wx/wizard.h> -#include <wx/aui/aui.h> -#ifdef WXSCINTILLA -# include <wx/wxscintilla.h> -#endif -%} - </del><span class="cx"> %module(directors="1") wxEvtHandler </span><span class="cx"> GC_MANAGE_AS_OBJECT(wxEvtHandler); </span><span class="cx"> </span><span class="lines">@@ -32,7 +13,6 @@ </span><span class="cx"> </span><span class="cx"> %includ...
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 Mar 19
0
[902] branches/wxruby2/wxwidgets_282/swig/classes/include/parents.rb: Parents for AUI GUI classes
...: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>+ ''wxAuiManager'' => ''wxEvtHandler'', + ''wxAuiNotebook'' => ''wxControl&...
2007 Mar 27
0
[920] branches/wxruby2/wxwidgets_282/swig/classes/TreeCtrl.i: Fix compile error: TreeCtrl no longer inherits from wxScrolledWindow on GTK/Mac
...-98,19 +98,12 @@ </span><span class="cx"> %} </span><span class="cx"> %markfunc wxTreeCtrl "mark_wxTreeCtrl"; </span><span class="cx"> </span><del>-%import "include/wxObject.h" -%import "include/wxEvtHandler.h" -%import "include/wxWindow.h" - -#if defined(__WXMSW__) </del><span class="cx"> %import "include/wxControl.h" </span><del>-#else -%import "include/wxScrolledWindow.h" -#endif - </del><ins>+%import "include/wxWi...
2006 Nov 07
0
[723] trunk/wxruby2: Added WindowCreateEvent and WindowDestroyEvent + event handlers (AF)
...class="cx"> void internal_connect(VALUE self, int firstId, int lastId, </span><span class="cx"> wxEventType eventType) </span><span class="cx"> { </span><del>- </del><span class="cx"> wxEvtHandler *cppSelf = (wxEvtHandler *) 0 ; </span><span class="cx"> SWIG_ConvertPtr(self, (void **) &cppSelf, SWIGTYPE_p_wxEvtHandler, 1); </span><span class="cx"> </span><span class="lines">@@ -445,7 +462,7 @@ </span><span cl...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...ev 790) +++ trunk/wxruby2/swig/classes/include/wxWindow.h&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2006-12-20 23:43:44 UTC (rev 791) </span><span class="lines">@@ -8,36 +8,9 @@ </span><span class="cx"> class wxWindow : public wxEvtHandler </span><span class="cx"> { </span><span class="cx"> public: </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Default con...
2006 Nov 21
0
[744] trunk/wxruby2: get_data support & mem mgmt to all ControlWithItems types, using more
...es </ins><span class="cx"> </span><del>-// end client_data fix </del><span class="cx"> </span><span class="cx"> %import "include/wxObject.h" </span><span class="cx"> %import "include/wxEvtHandler.h" </span></span></pre></div> <a id="trunkwxruby2swigclassesComboBoxi"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/swig/classes/ComboBox.i (743 => 744)</h4> <pre class="diff"><span> &lt...
2008 Jan 21
0
Wx::GenericDirCtrl Segfault Crash
...interObj () from /usr/lib/ruby/site_ruby/1.8/i586-linux-gnu/wxruby2.so #52 0xb77f6a7a in SwigDirector_wxGenericDirCtrl::ProcessEvent () from /usr/lib/ruby/site_ruby/1.8/i586-linux-gnu/wxruby2.so #53 0xb708b1fb in wxWindowBase::TryParent () from /usr/lib/libwx_gtk2u- 2.8.so.0 #54 0xb6f1af8b in wxEvtHandler::ProcessEvent () from /usr/lib/libwx_gtk2u- 2.8.so.0 #55 0xb6f1af7b in wxEvtHandler::ProcessEvent () from /usr/lib/libwx_gtk2u- 2.8.so.0 ---Type <return> to continue, or q <return> to quit--- #56 0xb70bfc03 in wxScrollHelperEvtHandler::ProcessEvent () from /usr/lib/libwx_gtk2u-2.8.so.0...
2006 Jul 24
6
MiniFrame.i
Hi Another little patch, adding MiniFrame (a frame with small title bar and buttons which doesn''t appear in the desktop taskbar). Also a sample - not very interesting, happy to roll this into something else if that''s better. cheers alex _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2006 Mar 28
3
ListItem patches
Hi Attached, patches to implement ListItem. This class, in wxruby 0.6.0, allows styling of individual items in a ListCtrl, via a particularly clunky API. In disambiguating the overloaded ListCtrl#set_item method it introduces one non backwards-compatible change. I''ve followed the WxPython convention as described in the Wx class ref, renaming set_item(index, col, string, imageid) to
2007 Feb 14
0
[872] trunk/wxruby2/swig/classes/Grid.i: Prevent GC prematurely cleaning up Grid-related classes
...SWIGTYPE *DISOWN { wxGridCellEditor* editor }; +%apply SWIGTYPE *DISOWN { wxGridCellAttr* attr }; </ins><span class="cx"> </span><span class="cx"> %import "include/wxObject.h" </span><span class="cx"> %import "include/wxEvtHandler.h" </span></span></pre> </div> </div> </body> </html>
2007 Mar 18
0
[896] branches/wxruby2/wxwidgets_282/swig/classes/Grid.i: Added DISOWN typemap to prevent free_GridCellRenderer crash on GC/exit
...llAttr* attr }; </del><ins>+%apply SWIGTYPE *DISOWN { wxGridCellRenderer* renderer }; </ins><span class="cx"> </span><span class="cx"> %import "include/wxObject.h" </span><span class="cx"> %import "include/wxEvtHandler.h" </span></span></pre> </div> </div> </body> </html>
2006 Dec 23
0
[795] trunk/wxruby2/swig/classes/include/parents.rb: Added missing DatePickerCtrl and TextUrlEvent classes
...''wxTextUrlEvent'' => ''wxCommandEvent'', </ins><span class="cx"> ''wxTextValidator'' => ''wxValidator'', </span><span class="cx"> ''wxTimer'' => ''wxEvtHandler'', </span><span class="cx"> ''wxTipWindow'' => ''wxWindow'', </span></span></pre> </div> </div> </body> </html>
2007 Apr 03
0
[941] branches/wxruby2/wxwidgets_282/swig/classes/App.i: Avoid segfault when exiting with Ruby exception rather than end of main_loop
...wn with +// an exception. Otherwise GC destroys the C++ object, which can still +// be needed for final WxWidgets events. +GC_NEVER(wxRubyApp); + </ins><span class="cx"> %import "include/wxObject.h" </span><span class="cx"> %import "include/wxEvtHandler.h" </span><span class="cx"> </span></span></pre> </div> </div> </body> </html>
2007 May 22
0
[1029] trunk/wxruby2/swig/classes/MenuBar.i: Add special GC protection for Wx::Menu to prevent premature destruction
...b_menu); +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp} +} +%} + +%markfunc wxMenuBar "mark_wxMenuBar"; + </ins><span class="cx"> %import "include/wxObject.h" </span><span class="cx"> %import "include/wxEvtHandler.h" </span><ins>+%import "include/wxWindow.h" </ins><span class="cx"> </span><span class="cx"> %include "include/wxMenuBar.h" </span></span></pre> </div> </div> </body> </html&gt...
2006 Nov 24
0
[756] trunk/wxruby2/swig: Moved one-shot typemaps for ListBox.get_selections into ListBox.i
...; i < ($1)->GetCount(); i++) + { + rb_ary_push($result,INT2NUM( ($1)->Item(i) ) ); + } +} +// end typemaps for GetSelections() + </ins><span class="cx"> %import "include/wxObject.h" </span><span class="cx"> %import "include/wxEvtHandler.h" </span><span class="cx"> %import "include/wxWindow.h" </span></span></pre></div> <a id="trunkwxruby2swigtypemapi"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/swig/typemap.i (755 =&g...