Displaying 1 result from an estimated 1 matches for "evt_nc_paint".
Did you mean:
wxevt_nc_paint
2007 Jun 28
0
[1091] trunk/wxruby2/lib/wx/classes/evthandler.rb: Add interim event type mappings for a few obscure oddities
...@@
</span><span class="cx"> EventType[''evt_move'', 0,
</span><span class="cx"> Wx::EVT_MOVE,
</span><span class="cx"> Wx::MoveEvent],
</span><ins>+ EventType[''evt_nc_paint'', 0,
+ Wx::EVT_NC_PAINT,
+ Wx::Event],
</ins><span class="cx"> EventType[''evt_notebook_page_changed'', 1,
</span><span class="cx"> Wx::EVT_COMMAND_NOTEBOOK_PAGE_CHANGED,
</span>...