search for: get_event_handl

Displaying 4 results from an estimated 4 matches for "get_event_handl".

Did you mean: get_event_handler
2007 Mar 18
0
[894] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Document changed Window methods in 2.6 -> 2.8 API
...uot;:#Window_getdefaultattributes </span><span class="cx"> * "Window#get_drop_target":#Window_getdroptarget </span><ins>+* "Window#get_effective_best_size":#Window_geteffectivebestsize </ins><span class="cx"> * "Window#get_event_handler":#Window_geteventhandler </span><span class="cx"> * "Window#get_extra_style":#Window_getextrastyle </span><span class="cx"> * "Window#get_font":#Window_getfont </span><span class="lines">@@ -129,7 +127,6 @@...
2007 Aug 02
3
wxSocket..... or wxRubySocket....
Hey Alex, I was looking into figuring out a way to create a truely Asynchronis Socket type for Ruby, and thought I''d go down to the bare minimal implementation of it, to start creating a socket, and then I got to thinking. Looking at the wxWidgets C/C++ Code, it doesn''t do much different then what I''m doing, only in Ruby, so I thought maybe, as a way to avoid
2015 May 15
0
Wine release 1.7.43
...ation. 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 passing it to VariantCopy. Josh DuBois (3): ntdl...
2017 Feb 17
0
Wine release 2.2
...9;t reallocate handler_vector_t when handlers are added. mshtml: Added new get_handler_vector helper for creating handle_vector_t. mshtml: Use get_handler_vector in remove_event_handler. mshtml: Use get_handler_vector in call_event_handlers. mshtml: Use get_handler_vector in get_event_handler. mshtml: Use get_handler_vector in detach_event. mshtml: Pass event target as EventTarget to release_event_target. mshtml: Release event target in XMLHttpRequest destructor. rbtree.h: Added WINE_RB_FOR_EACH_DESTRUCTOR and WINE_RB_FOR_EACH_ENTRY_DESTRUCTOR helpers for imple...