search for: set_event_handler

Displaying 6 results from an estimated 6 matches for "set_event_handler".

2006 Dec 12
0
[785] trunk/wxruby2/doc/textile/window.txtl: Remove set_constraints, correct docs for set_dimensions and set_size
...ot;Window#get_drop_target":window.html#Window_getdroptarget, </span><del>-"Drag and drop overview":dndoverview.html </del><span class="cx"> </span><del>- - </del><span class="cx"> h3(#Window_seteventhandler). Window#set_event_handler </span><span class="cx"> </span><span class="cx"> *set_event_handler*(%(arg-type)EvtHandler% handler) </span><span class="lines">@@ -2223,7 +2241,7 @@ </span><span class="cx"> h4. Parameters </span><...
2004 Jun 02
13
wxGrid Question
When operating with a wxGrid is there a way to get a reference to the TextCtrl field that is created when you start typing in a cell. Also is there a way to get mouse events to work with a wxGrid, so far I can''t get any of them to work. I had tried various combo''s of: @grid.evt_left_down(){ |event| puts "Left mouse is down"; } using evt_left_down, evt_left_up,
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...d_colour":#Window_setownbackgroundcolour -* "Window#set_own_font":#Window_setownfont -* "Window#set_own_foreground_colour":#Window_setownforegroundcolour -* "Window#set_drop_target":#Window_setdroptarget </del><span class="cx"> * "Window#set_event_handler":#Window_seteventhandler </span><span class="cx"> * "Window#set_extra_style":#Window_setextrastyle </span><span class="cx"> * "Window#set_focus":#Window_setfocus </span><span class="lines">@@ -200,7 +206,12 @...
2015 May 15
0
Wine release 1.7.43
...shtml: Added IHTMLEventObj::get_returnValue implementation. mshtml: Added new EventTarget struct representing event targets. mshtml: Moved getting event target data pointer to DispatchEx vtbl. mshtml: Make HTMLInnerWindow inherit from EventTarget. mshtml: Pass EventTarget to set_event_handler. mshtml: Pass EventTarget to get_event_handler. mshtml: Pass EventTarget to attach_event. mshtml: Pass EventTarget to detach_event. mshtml: Pass EventTarget to update_cp_events. mshtml: Get rid of get_node_event_target. mshtml: Initialize output value before pass...
2015 May 29
0
Wine release 1.7.44
...(8): mshtml: Removed unneeded argument from ensure_nsevent_handler. urlmon: Correctly handle hash part in file protocol handler. mshtml: Use vtbl for binding to event in attach_event. mshtml: Get rid of no longer needed detach_event argument. mshtml: Use bind_event in set_event_handler. ieframe: Allow any VT_ARRAY type as post data. kernel32: Fixed buffer overflow in GetShortPathNameW. mshtml: Pass EventTarget to call_event_handlers. Jactry Zeng (1): ntdll/tests: Test opening a directory with NULL ObjectName. Jiaxing Wang (1): regedit: Avoid append...
2008 Oct 24
0
Wine release 1.1.7
...LDocument2::put_onmouseover implementation. mshtml: Added get_onmouseover implementations. mshtml: Added event bubbling implementation. mshtml: Added IHTMLWindow2::get_event implementation. mshtml: Pass the right 'this' argument to event handlers. mshtml: Added set_event_handler(VT_NULL) implementation. mshtml: Added IHTMLEventObj::get_srcElement implementation. mshtml: Don't crash in UIActivate if hostui is NULL. mshtml: Don't crash in notif_focus if client is NULL. mshtml: Move GetContentDOMWindow call from HTMLWindow_Create. mshtml:...