search for: rubyconst

Displaying 20 results from an estimated 45 matches for "rubyconst".

Did you mean: rubyconf
2005 Dec 30
8
WxRuby newbie Mac OS 10.4 install questions
Hi. Forgive me if I am asking questions that have already been answered a million times, but there doesn''t seem to be an easy way to search the wxruby-users archives, so... I tried to install wxruby for the Mac by downloading the latest Mac package installer from rubyforge.org/frs/download.php/1985/wxruby-0.6.0-osx-panther.dmg and tried to run some of the wxruby-0.6.0/samples from the
2005 Aug 30
2
Re: new RubyConstants.i
Here is a small patch to apply the above RubyConstants.i, it makes it so all the samples run. Run the patch in the same directory as the RubyConstants.i Sean On 8/30/05, Sean Long <sean.m.long@gmail.com> wrote: > I went through RubyConstants.i and updated it so everything matches > wx2.6.1, I also did some rearranging so it is easy to...
2006 Mar 30
4
RubyConstants.i patch
This patch fixes the problem with the undefined constants. Apologies to Alex as I didn''t apply his patches yet. The fix is to just removed the _C from the end of the ones that won''t compile anymore. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Mar 28
3
ListItem patches
...some other groups of constants since upgrading to SWIG 1.3.29, but constants declarations like enum wxListColumnFormat { .... enum wxSystemColour { ... seem to be broken. Lastly, would it be possible and desirable to move class-specific constants (like TE_xxx, SYS_xxx, LIST_xxx, NB_xxx etc) from RubyConstants.i to the relevant .i file in swig/classes? Nothing urgent, just a suggestion as RubyConstants.i is getting unwieldy. alex _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Sep 13
2
RubyConstants.i.patch
This patch fixes up two problems with ArtProvider constants and fixes a small typo. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jan 04
0
[825] trunk/wxruby2/swig/RubyConstants.i: Added DEFAULT_VALIDATOR constant
...px 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>[825] trunk/wxruby2/swig/RubyConstants.i: Added DEFAULT_VALIDATOR constant</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>825</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-01-04 17:48:52 -0500...
2007 Apr 13
0
[960] branches/wxruby2/wxwidgets_282/swig/RubyConstants.i: Add constant for Targa image files
...gin: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>[960] branches/wxruby2/wxwidgets_282/swig/RubyConstants.i: Add constant for Targa image files</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>960</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-04-13 15:19:44 -04...
2007 Apr 16
0
[968] branches/wxruby2/wxwidgets_282/swig/RubyConstants.i: Added missing TIMER_ONE_SHOT and TIMER_CONTINUOS constants for Timer#start.
...gin: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>[968] branches/wxruby2/wxwidgets_282/swig/RubyConstants.i: Added missing TIMER_ONE_SHOT and TIMER_CONTINUOS constants for Timer#start.</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>968</dd> <dt>Author</dt> <dd>seanlong</dd> <dt>Date</...
2007 Jul 04
0
[1106] trunk/wxruby2/swig/RubyConstants.i: Add the MOD_XXX constants as used in wxKeyEvent
...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>[1106] trunk/wxruby2/swig/RubyConstants.i: Add the MOD_XXX constants as used in wxKeyEvent</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1106</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-07-0...
2007 May 04
0
[1002] trunk/wxruby2/swig/RubyConstants.i: Add VERSION constants from wxWidgets
...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>[1002] trunk/wxruby2/swig/RubyConstants.i: Add VERSION constants from wxWidgets</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1002</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-05-04 13:56:08...
2005 Sep 13
2
Patches I forgot to send last night, pt. 1
Patch for RubyConstants.i to add ImageList constants _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Aug 17
1
enums
See the attached patch to typedefs.i. I added the enums included from CalendarCtrl.i. The calendar sample won''t work correctly without this patch but I''m wondering if there''s a better way, such as moving the declarations into RubyConstants.i instead. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Aug 14
1
Patch for RubyConstants.i
- Added wxDefaultCoord - Updated the standard IDs so they match the 2.6.3 headers which adds wxID_NONE. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Aug 24
1
Patch to RubyConstants.i
While investigating the ''TextCtrl background?'' message from Mark I noticed some Constants related to TextCtrl were missing. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Sep 13
3
Patch to RubyConstants.i
This patch does two things: 1) puts in the enums (+ Ruby aliases) for the TreeCtrl icon settings 2) Removes a redundant definition of wxCURSOR_DEFAULT, eliminating a compiler warning on Windows Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jan 05
0
[827] trunk/wxruby2/swig: Moved NULL objects into constants so they can be used for default args
...; <dd>2007-01-05 16:43:19 -0500 (Fri, 05 Jan 2007)</dd> </dl> <h3>Log Message</h3> <pre>Moved NULL objects into constants so they can be used for default args</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2swigRubyConstantsi">trunk/wxruby2/swig/RubyConstants.i</a></li> <li><a href="#trunkwxruby2swigRubyStockObjectsi">trunk/wxruby2/swig/RubyStockObjects.i</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id=&quot...
2006 Sep 14
2
Patch to fix ArtProvider and ArtProvider sample
...emo for it. I also expanded the bigdemo window a little bit. I really think we should go larger but I suppose there might be some people at 800x600 still. Note that creating your own art provider still doesn''t quite work correctly. I didn''t have time to get into that. The RubyConstants.i.patch file looks weird. Not sure why SVN did that. If it doesn''t apply, let me know. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Nov 13
0
[733] trunk/wxruby2: Updated with changes made to samples.
...;/dl> <h3>Log Message</h3> <pre>Updated with changes made to samples.</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2Changelog">trunk/wxruby2/Changelog</a></li> <li><a href="#trunkwxruby2swigRubyConstantsi">trunk/wxruby2/swig/RubyConstants.i</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="trunkwxruby2Changelog"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/Changelog (732 =...
2007 Jun 22
0
[1058] trunk/wxruby2/swig: Move TB_ constants into ToolBar and add the new 2.8 ones.
...6 -0400 (Fri, 22 Jun 2007)</dd> </dl> <h3>Log Message</h3> <pre>Move TB_ constants into ToolBar and add the new 2.8 ones. Also documentation in ToolBar for typemaps</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2swigRubyConstantsi">trunk/wxruby2/swig/RubyConstants.i</a></li> <li><a href="#trunkwxruby2swigclassesToolBari">trunk/wxruby2/swig/classes/ToolBar.i</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="tr...
2007 May 04
0
[1007] trunk/wxruby2/swig: Fixed Wx::Image#scale and rescale signature, also added needed constants.
...lt;dd>2007-05-04 19:36:25 -0400 (Fri, 04 May 2007)</dd> </dl> <h3>Log Message</h3> <pre>Fixed Wx::Image#scale and rescale signature, also added needed constants.</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2swigRubyConstantsi">trunk/wxruby2/swig/RubyConstants.i</a></li> <li><a href="#trunkwxruby2swigclassesincludewxImageh">trunk/wxruby2/swig/classes/include/wxImage.h</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> &l...