search for: wxred

Displaying 4 results from an estimated 4 matches for "wxred".

Did you mean: wired
2004 May 01
4
wxruby-swig 0.0.13 is up
This fixes the wxRED Mac link error. Thanks to Nick for pointing out that I hadn''t removed some wxRED code related to an earlier experiment. Hopefully this one will build on Mac, end-to-end. I also found and fixed a problem that was causing the crash on exit: wxWindows automatically deletes the C++ app obj...
2004 Apr 29
10
wxruby-swig 0.0.12 is up
This one includes the latest App.cpp which includes the Mac fix from Nick. I thought it was in 0.0.11, but it wasn''t. It also adds support for "stock objects", like colours, pens, and fonts. This turned out to be quite challenging, but I''m happy with the solution. It only took a few days :-/ Kevin
2004 Apr 26
1
Yesterday''s adventures (calendar sample; swig)
...ying to do. The end result (not checked in yet) is pretty clean and straightforward. But it''s about the 100th thing I tried! I also did a lot of refactoring and cleanup of the rest of the calendar sample. The other big struggle was trying to expose all the stock objects (like the color wxRED). The fundamental problem is that swig performs its constant initialization at library load time, but those stock objects have not yet been created. wxRuby 0.3 delayed constant initialization until main_loop was called. I tried several ways to get around this. At one point, I ended up in a wei...
2007 Jan 08
0
[843] trunk/wxruby2: Moved stock colours so they are available from library load time
...&nbsp&nbsp&nbsp&nbsp2007-01-08 20:53:52 UTC (rev 843) </span><span class="lines">@@ -43,14 +43,6 @@ </span><span class="cx"> %constant wxBrush* const wxCYAN_BRUSH; </span><span class="cx"> %constant wxBrush* const wxRED_BRUSH; </span><span class="cx"> </span><del>-%constant wxColour* const wxBLACK; -%constant wxColour* const wxWHITE; -%constant wxColour* const wxRED; -%constant wxColour* const wxBLUE; -%constant wxColour* const wxGREEN; -%constant wxColour* const wxCY...