Displaying 4 results from an estimated 4 matches for "excluded_classes".
2006 Nov 01
0
[719] trunk/wxruby2: Hide unsupported PrinterDC class on GTK (Alex Fenton)
...ot;>@@ -13,6 +13,8 @@
</span><span class="cx"> # create a .so binary
</span><span class="cx"> $extra_ldflags = ''-shared''
</span><span class="cx">
</span><ins>+# This class is not available on WXGTK
+$excluded_classes << ''PrinterDC''
</ins><span class="cx">
</span><span class="cx"> # This appears to work as of 2006-08-23, Ubuntu 6.06, wx 2.6.3
</span><span class="cx"> # You must have a non-shared, unicode wx configuration a...
2006 Oct 25
6
PrinterDC.i Patch
This patch allows PrinterDC to go merrily by on Linux. I''m not sure
it''s the best solution to the problem so I submit it for your approval.
Roy
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: PrinterDC.i.patch
Url: http://rubyforge.org/pipermail/wxruby-development/attachments/20061024/585c15f2/attachment.pl
2007 Aug 29
13
Scintilla
Hi
I''ve been trying out the StyledTextCtrl/Scintilla component bundled with
wxWidgets 2.8. Surprisingly, it''s very easy to get this working at a
basic level with wxRuby (95% of credit to Roy, who originally created a
SWIG file for this).
So I''m wondering: should we try and integrate this into wxRuby core?
Pros:
- a cool component, interesting to developers
- not
2007 Nov 21
6
MediaCtrl
Hi.
Attached you find an attempt to adding MediaCtrl to WxRuby. It''s only
tested on windows (compiled with msvc 6.0).
Everything seems to be working fine except for a small problem with a
few functions:
wxFileOffset Seek(wxFileOffset where, wxSeekMode mode = wxFromStart);
wxFileOffset Tell(); //FIXME: This should be const
wxFileOffset Length(); //FIXME: This should be const