Displaying 9 results from an estimated 9 matches for "rubyeventtyp".
Did you mean:
rubyeventtypes
2007 May 31
0
[1037] trunk/wxruby2/swig/RubyEventTypes.i: RubyEventTypes is no longer needed - moved to Events.i
...x solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[1037] trunk/wxruby2/swig/RubyEventTypes.i: RubyEventTypes is no longer needed - moved to Events.i</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1037</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007...
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
...solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1036</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-05-31 14:35...
2007 Mar 15
0
[ wxruby-Patches-9297 ] Patch to compile wxruby 0.0.39 on windows (vc2003, swig 1.3.31, wxwidgets 2.8.0)
...se pdb file (''-Zi'') option
events.rb : removed 2 messages that were not supported in Wx2.8
WxChoice.h/wxCombo.h/wxControlWithItems.h/wxFontData.h/wxHtmlCell.h/
App.i/wxControl.h/wxDC.h/wxDirDialog.h/wxDialog.h/Dialog.i/
wxFileDialog.h/wxHtmlContainerCell.h/wxWindow.h/Functions.i/RubyEventTypes.i : removed missing methods, added some new ones,fixed prototypes to conform with Wx2.8
fixdeleting.rb : added processing of specific class directors, moved destruction processing to specific director class''s destructor. It fixed an error caused by calling mark func where it could not...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...onsi">branches/wxruby2/wxwidgets_282/swig/Functions.i</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigRubyConstantsi">branches/wxruby2/wxwidgets_282/swig/RubyConstants.i</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigRubyEventTypesi">branches/wxruby2/wxwidgets_282/swig/RubyEventTypes.i</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigRubyStockObjectsi">branches/wxruby2/wxwidgets_282/swig/RubyStockObjects.i</a></li>
<li><a href="#brancheswxruby2wxwidge...
2006 Dec 31
0
[814] trunk/wxruby2/swig/classes: Added ScrollEvent class plus event processing and handler methods
...utomatically generate a set of evt_xxx methods
+# for binding events
+#
+# In each array:
+# * the first item is the name of the method that will be created
+# * the second item is the number of parameters the method expects
+# * the third item is the mapping to an wx event type constant
+# (see RubyEventTypes.i)
+
</ins><span class="cx"> $events = [
</span><span class="cx"> ["EVT_TREE_END_DRAG", 2, "wxEVT_COMMAND_TREE_END_DRAG"],
</span><span class="cx"> ["EVT_COMMAND_LEFT_CLICK", 2, "wxEVT_COMMAND_LEF...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...:AUI classes, event hooks and sample</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#brancheswxruby2wxwidgets_282swigEventsi">branches/wxruby2/wxwidgets_282/swig/Events.i</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigRubyEventTypesi">branches/wxruby2/wxwidgets_282/swig/RubyEventTypes.i</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesAuiManageri">branches/wxruby2/wxwidgets_282/swig/classes/AuiManager.i</a></li>
<li><a href="#brancheswxruby2wxwi...
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of
errors of the sort:
WindowDisabler.obj : error LNK2001: unresolved external symbol
_SWIG_Ruby_ConvertPtr
I can see this is defined in rubydef.swg but I''m not sure why this isn''t
just included in the files that need it. Can any swig experts tell me
what I need to do to progress? I''m using
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my
linux box. I compiled the demos and all the demos, save dbbrowse,
work. I think I have a functional wx. Now I''m trying to install wxRuby
from source, since I have a 64 bit machine. I only have permission to
my home directory so my installation is :
/usr/people/stevenq/Applications/wxX11/
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...utomatically generate a set of evt_xxx methods
-# for binding events
-#
-# In each array:
-# * the first item is the name of the method that will be created
-# * the second item is the number of parameters the method expects
-# * the third item is the mapping to an wx event type constant
-# (see RubyEventTypes.i)
-
-$events = [
-["EVT_TREE_END_DRAG", 2, "wxEVT_COMMAND_TREE_END_DRAG"],
-["EVT_COMMAND_LEFT_CLICK", 2, "wxEVT_COMMAND_LEFT_CLICK"],
-["EVT_SASH_DRAGGED", 2, "wxEVT_SASH_DRAGGED"],
-["EVT_MIDDLE_DCLICK", 1, "wxEVT_MIDDL...