search for: wxkeyev

Displaying 7 results from an estimated 7 matches for "wxkeyev".

Did you mean: bakeyev
2007 Jul 04
0
[1106] trunk/wxruby2/swig/RubyConstants.i: Add the MOD_XXX constants as used in wxKeyEvent
...fd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1106] trunk/wxruby2/swig/RubyConstants.i: Add the MOD_XXX constants as used in wxKeyEvent</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1106</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-07-04 15:27:15 -0400 (Wed, 04 Jul 2007)</dd> </...
2006 Aug 01
1
additions to wxKeyEvent
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
2006 Apr 07
3
Pointer position on keypress event?
Hi. Is there any straightforward way to tell pointer position (x, y) upon keypress? In original wxWidgets, wxKeyEvent supports GetX() and GetY() methods, but wxRuby''s KeyEvent object does not have one. I also checked with event.methods and event.instance_variables. Do I need to keep track of pointer position by evt_motion? -- Taisuke Yamada <tyamadajp@spam.rakugaki.org>, http://rakugaki.org/ 22...
2007 Jul 04
0
[1107] trunk/wxruby2: Add the 2.8 get_modifiers method to KeyEvent; remove some deprecated
...e some deprecated direct member access; document</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2doctextilekeyeventtxtl">trunk/wxruby2/doc/textile/keyevent.txtl</a></li> <li><a href="#trunkwxruby2swigclassesincludewxKeyEventh">trunk/wxruby2/swig/classes/include/wxKeyEvent.h</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="trunkwxruby2doctextilekeyeventtxtl"></a> <div class="modfile"><h4>Modified: trunk...
2007 Mar 29
0
[926] branches/wxruby2/wxwidgets_282: Update Dialog wx2.6 -> wx2.8 API, remove deprecations and cruft, update doc
...nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief This member is called to allow the window to intercept keyboard events -before they are processed by child windows. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param wxKeyEvent& -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - - //virtual void OnCharHook(wxKeyEvent& event ); -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \br...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...t; -extern swig_class cWxCloseEvent; -extern swig_class cWxCommandEvent; -extern swig_class cWxTextUrlEvent; -extern swig_class cWxIdleEvent; -extern swig_class cWxPaintEvent; -extern swig_class cWxUpdateUIEvent; -extern swig_class cWxSizeEvent; -extern swig_class cWxTimerEvent; -extern swig_class cWxKeyEvent; -extern swig_class cWxFindDialogEvent; -extern swig_class cWxMouseEvent; -extern swig_class cWxFocusEvent; -extern swig_class cWxSpinEvent; -extern swig_class cWxChoicebookEvent; -extern swig_class cWxNotebookEvent; -extern swig_class cWxListbookEvent; -extern swig_class cWxGridEvent; -extern...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...class="cx"> void Edit( const wxTreeItemId& item ); </span><span class="cx"> void OnSetFocus( wxFocusEvent &event ); </span><span class="lines">@@ -374,7 +374,7 @@ </span><span class="cx"> void OnChar( wxKeyEvent &event ); </span><span class="cx"> void OnMouse( wxMouseEvent &event ); </span><span class="cx"> void OnGetToolTip( wxTreeEvent &event ); </span><del>- virtual wxSize DoGetBestSize() const; </del><ins>+...