search for: childfocusevent_getwindow

Displaying 1 result from an estimated 1 matches for "childfocusevent_getwindow".

2007 Jun 28
0
[1093] trunk/wxruby2: Added ChildFocusEvent class, mapping and documentation
...124;&nbsp;...&nbsp;}*|Process a EVT_CHILD_FOCUS event.| + +h2. See also + +"Event handling overview":eventhandlingoverview.html + +<div id="methods"> + +h2. Methods + +* "ChildFocusEvent.new":#ChildFocusEvent_new +* "ChildFocusEvent#get_window":#ChildFocusEvent_getwindow + +</div> + + + +h3(#ChildFocusEvent_new). ChildFocusEvent.new + + *ChildFocusEvent.new*(%(arg-type)Window% win = nil) + +Constructor. + +h4. Parameters + +* _win_ The direct child which is (or which contains the window which is) receiving the focus. + + +h3(#ChildFocusEvent_getwindow). Chil...