Displaying 1 result from an estimated 1 matches for "shiftdown".
Did you mean:
shift_down
2007 Jul 17
0
[1114] trunk/wxruby2/swig/classes/include: Added missing methods from the 2.6 to 2.8 upgrade.
... 2007-07-17 17:11:19 UTC (rev 1114)
</span><span class="lines">@@ -16,6 +16,9 @@
</span><span class="cx"> bool MetaDown() ;
</span><span class="cx"> bool Selecting() ;
</span><span class="cx"> bool ShiftDown() ;
</span><ins>+        bool CmdDown();
+        
+        virtual wxEvent *Clone() const;
<...