Displaying 5 results from an estimated 5 matches for "artprov".
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
2004 Mar 29
1
Error in dialogs.rb sample
Using the wrong method name.
106c106
< if event.CanVeto()
---
> if event.can_veto()
#####################################################################################
This email has been scanned by MailMarshal, an email content filter.
#####################################################################################
2007 Jan 06
0
[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods
...d #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>[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>838</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt>...
[1007] trunk/wxruby2/swig: Fixed Wx::Image#scale and rescale signature, also added needed constants.
2007 May 04
0
[1007] trunk/wxruby2/swig: Fixed Wx::Image#scale and rescale signature, also added needed constants.
...20:04:49 UTC (rev 1006)
+++ trunk/wxruby2/swig/RubyConstants.i        2007-05-04 23:36:25 UTC (rev 1007)
</span><span class="lines">@@ -13,6 +13,7 @@
</span><span class="cx"> #include <wx/artprov.h>
</span><span class="cx"> #include <wx/calctrl.h>
</span><span class="cx"> #include <wx/treebase.h>
</span><ins>+#include <wx/image.h>
</ins><span class="cx"> #include <wx/imaglist.h>
</spa...
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...