search for: wxnullicon

Displaying 1 result from an estimated 1 matches for "wxnullicon".

2007 Jan 05
0
[827] trunk/wxruby2/swig: Moved NULL objects into constants so they can be used for default args
...n class="cx"> %constant const wxValidator DEFAULT_VALIDATOR = wxDefaultValidator; </span><span class="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_C...