Displaying 2 results from an estimated 2 matches for "meta_down".
2007 Jul 04
0
[1107] trunk/wxruby2: Add the 2.8 get_modifiers method to KeyEvent; remove some deprecated
...ss="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"> * "KeyEvent.new":#KeyEvent_new
</span><span class="cx"&...
2003 Nov 18
0
New code checked in
I just checked in some nifty changes from Nick, including:
Added NULL_PEN and NULL_BRUSH
Added alt_down, control_down, shift_down, meta_down
methods to MouseEvent
Added support for returning subclasses of wxWindow''s that are not
yet wxruby objects. To do this, I added a wxpp type (DYNAMIC) that
calls wxRbTypeTable, which invokes the proper ruby wrapper. This can
probably be expanded for dynamic conversions...