Displaying 2 results from an estimated 2 matches for "controldown".
Did you mean:
control_down
2006 Sep 12
1
Patch to wxMouseEvent.h
This patch just applies some const tags that were missing (does this
affect anything at all?) and removes a definition that was causing a
conflict.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jul 04
0
[1107] trunk/wxruby2: Add the 2.8 get_modifiers method to KeyEvent; remove some deprecated
...4,18 +74,12 @@
</span><span class="cx">
</span><span class="cx"> h2. Methods
</span><span class="cx">
</span><del>-* "KeyEvent#m__alt_down":#KeyEvent_maltdown
-* "KeyEvent#m__control_down":#KeyEvent_mcontroldown
-* "KeyEvent#m__key_code":#KeyEvent_mkeycode
-* "KeyEvent#m__meta_down":#KeyEvent_mmetadown
-* "KeyEvent#m__shift_down":#KeyEvent_mshiftdown
-* "KeyEvent#m__x":#KeyEvent_mx
-* "KeyEvent#m__y":#KeyEvent_my
</del><span class="cx">...