search for: wxbrush

Displaying 5 results from an estimated 5 matches for "wxbrush".

Did you mean: brush
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...t;<span class="cx"> void EndDoc() ; </span><span class="cx"> void EndPage() ; </span><span class="cx"> bool FloodFill(wxCoord x , wxCoord y , const wxColour& colour , int style = wxFLOOD_SURFACE) ; </span><del>- //wxBrush& GetBackground(); </del><span class="cx"> const wxBrush& GetBackground() const; </span><span class="cx"> int GetBackgroundMode() const; </span><del>- //wxBrush& GetBrush(); </del><span class="cx"> const...
2007 Jan 08
0
[843] trunk/wxruby2: Moved stock colours so they are available from library load time
...1-08 20:34:42 UTC (rev 842) +++ trunk/wxruby2/swig/RubyStockObjects.i&nbsp&nbsp&nbsp&nbsp&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; -%con...
2007 Jan 05
0
[827] trunk/wxruby2/swig: Moved NULL objects into constants so they can be used for default args
...t;cx"> </span><ins>+ +// ''Null'' objects +%constant wxBitmap const NULL_BITMAP = wxNullBitmap; +%constant wxIcon const NULL_ICON = wxNullIcon; +%constant wxCursor const NULL_CURSOR = wxNullCursor; +%constant wxPen const NULL_PEN = wxNullPen; +%constant wxBrush const NULL_BRUSH = wxNullBrush; +%constant wxPalette const NULL_PALETTE = wxNullPalette; +%constant wxFont const NULL_FONT = wxNullFont; +%constant wxColour const NULL_COLOUR = wxNullColour; + </ins><span class="cx"> // Text font families </span><span class=...
2007 Mar 30
1
wxWidgets 2.8.3
...n 03/24/2007, should we change over to that right away? The changes are: All: - Shut down the sockets gracefully (Sergio Aguayo) - Fix extra indentation in wxHTML_ALIGN_JUSTIFY display (Chacal) wxMac - Corrected top border size for wxStaticBox with empty label (nusi). - Fixed wxFont, wxPen and wxBrush accessor bugs introduced in 2.8.2. wxMSW: - Fixed wxFileName::GetSize() for large files. - Fixed wxFont and wxPen accessor bugs introduced in 2.8.2. My vote is to switch because it only looks like minor fixes (which a 2.8.x release should be). Sean
2007 Mar 27
0
[922] branches/wxruby2/wxwidgets_282: Changes, additions and deprecations 2.6 -> 2.8 Wx API
...lt;del>- void EndDrawing() ; </del><span class="cx"> void EndPage() ; </span><span class="cx"> bool FloodFill(wxCoord x , wxCoord y , const wxColour& colour , int style = wxFLOOD_SURFACE) ; </span><span class="cx"> //wxBrush& GetBackground(); </span><span class="lines">@@ -59,6 +57,7 @@ </span><span class="cx"> void GetClippingBox(wxCoord *x , wxCoord *y , wxCoord *width , wxCoord *height ) ; </span><span class="cx"> //wxFont& GetFont();...