Added the public variables like m_KeyCode and m_controlDown, these are needed it you want to create your own EVT_CHAR message to send a widget. I am including the whole .h file instead of a diff since it is small. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
On Tue, 2006-08-01 at 16:18 -0700, Sean Long wrote:> Added the public variables like m_KeyCode and m_controlDown, these are > needed it you want to create your own EVT_CHAR message to send a > widget.Applied, thanks. Those names are pretty ugly with the leading m_ stuff. At some point we should provide friendlier aliases. Kevin
Possibly Parallel Threads
- [1107] trunk/wxruby2: Add the 2.8 get_modifiers method to KeyEvent; remove some deprecated
- Does wxRuby have event masks or something similar?
- [1106] trunk/wxruby2/swig/RubyConstants.i: Add the MOD_XXX constants as used in wxKeyEvent
- widget hierarchy - program variables
- Where can I find a list of events for each widget?