search for: nullcursor

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

Did you mean: null_cursor
2007 Mar 28
0
[923] branches/wxruby2/wxwidgets_282: Changes 2.6 -> 2.8 Wx API; remove unsupported methods and examples from doc
...t;/span><del>-Objects: </del><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"&gt...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...;/del><ins>+Sets the window''s cursor. Notice that the window cursor also sets it for the +children of the window implicitly. </ins><span class="cx"> </span><del>- *set_min_size*(%(arg-type)Size% size) </del><ins>+The _cursor_ may be @NullCursor@ in which case the window cursor will +be reset back to default. </ins><span class="cx"> </span><del>-Sets the minimum size of the window, to indicate to the sizer layout mechanism -that this is the minimum required size. You may need to call this -if you change t...