search for: get_mouse_ev

Displaying 2 results from an estimated 2 matches for "get_mouse_ev".

2007 Jan 03
0
[821] trunk/wxruby2/doc/textile/texturlevent.txtl: Added info on undocumented TextUrlEVent class
...motion into, within and out of the URL area will trigger the +handler. While this adds flexibility, it also means that you will probably +need to determine what mouse action was taken to decide how to respond +to the event. + +This can be done by calling the +"TextUrlEvent#getmouseevent":get_mouse_event method and using the +methods defined for "MouseEvent":mouseevent.html to determine whether +the event was a mouse click, which button was clicked, and so on: + + mouse_event = event.get_mouse_event + if mouse_event.left_down + # ... + end + + +<div id="methods"> + +h...
2004 Aug 19
28
Documents, Views and DocManagers
Hi, Are there any effort in making wxDocument, wxView, etc types of classes avaiable under wxRuby? For supporting SDI/MDI architecture. Cheers, Phuah Yee Keat