search for: wxsolid

Displaying 2 results from an estimated 2 matches for "wxsolid".

2007 May 02
0
[1000] branches/wxruby2/wxwidgets_282/swig/classes/include/wxPen.h: Default arguments for Wx::Pen constructors
...span class="cx"> wxPen() ; </span><del>- wxPen(const wxColour& colour , int width , int style ) ; - wxPen(const wxString& colourName , int width , int style ) ; </del><ins>+ wxPen(const wxColour& colour , int width = 1 , int style = wxSOLID ) ; + wxPen(const wxString& colourName , int width = 1 , int style = wxSOLID ) ; </ins><span class="cx"> // not available on GTK </span><span class="cx"> #if defined(__WXMSW__) || defined(__WXMAC__) </span><span class="cx">...
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...