search for: colourname

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

Did you mean: colorname
2007 May 02
0
[1000] branches/wxruby2/wxwidgets_282/swig/classes/include/wxPen.h: Default arguments for Wx::Pen constructors
...-9,8 +7,8 @@ </span><span class="cx"> { </span><span class="cx"> public: </span><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 </spa...
2006 Dec 29
0
[808] trunk/wxruby2: Make Wx::Colour#== work correctly as documented, tidy docs for that class
...lt;span class="cx"> </span><span class="cx"> * _red_ The red value. </span><span class="cx"> * _green_ The green value. </span><span class="cx"> * _blue_ The blue value. </span><span class="cx"> * _colourName_ The colour name. </span><del>-* _colour_ The colour to copy. </del><span class="cx"> </span><span class="cx"> h4. See also </span><span class="cx"> </span><span class="cx"> "ColourDatabase&qu...