Displaying 2 results from an estimated 2 matches for "evt_set_cursor".
Did you mean:
wxevt_set_cursor
2007 Jun 28
0
[1091] trunk/wxruby2/lib/wx/classes/evthandler.rb: Add interim event type mappings for a few obscure oddities
...gt;<span class="cx"> EventType[''evt_scroll_top'', 0,
</span><span class="cx"> Wx::EVT_SCROLL_TOP,
</span><span class="cx"> Wx::ScrollEvent],
</span><ins>+ EventType[''evt_set_cursor'', 0,
+ Wx::EVT_SET_CURSOR,
+ Wx::Event],
</ins><span class="cx"> EventType[''evt_set_focus'', 0,
</span><span class="cx"> Wx::EVT_SET_FOCUS,
</span><span class="cx"&...
2007 Jun 28
0
[1094] trunk/wxruby2: Added SetCursorEvent and mapping
...p     2007-06-28 08:35:04 UTC (rev 1094)
</span><span class="lines">@@ -539,7 +539,7 @@
</span><span class="cx"> Wx::ScrollEvent],
</span><span class="cx"> EventType[''evt_set_cursor'', 0,
</span><span class="cx"> Wx::EVT_SET_CURSOR,
</span><del>- Wx::Event],
</del><ins>+ Wx::SetCursorEvent],
</ins><span class="cx"> EventType[''evt_set_focus''...