search for: null_cursor

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

2007 Jan 05
0
[827] trunk/wxruby2/swig: Moved NULL objects into constants so they can be used for default args
...nst 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_COLOUR = wxNullColour; + </ins><...
2007 Mar 28
0
[923] branches/wxruby2/wxwidgets_282: Changes 2.6 -> 2.8 Wx API; remove unsupported methods and examples from doc
...t;<ins>+The following predefined cursors are accessed via Ruby constants. Note +that the standard, hourglass and cross cursors are not loaded until the +App enters its main loop. </ins><span class="cx"> </span><del>-*NullCursor* </del><ins>+ *Wx::NULL_CURSOR* + *Wx::STANDARD_CURSOR* + *Wx::HOURGLASS_CURSOR* + *Wx::CROSS_CURSOR* </ins><span class="cx"> </span><del>-Pointers: - -*STANDARD_CURSOR - -HOURGLASS_CURSOR\\ -CROSS_CURSOR* - </del><span class="cx"> h2. See also </span><span class=...