search for: evt_child_focus

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

2007 Jun 28
0
[1093] trunk/wxruby2: Added ChildFocusEvent class, mapping and documentation
...erived from + +"CommandEvent":commandevent.html + +"Event":event.html + +"Object":object.html + +h2. Event table macros + +To process a child focus event, use this event handler macro to direct input to a member +function that takes a ChildFocusEvent argument. + + + +|*evt_child_focus()&nbsp;{&nbsp;&#124;&nbsp;event&nbsp;&#124;&nbsp;...&nbsp;}*|Process a EVT_CHILD_FOCUS event.| + +h2. See also + +"Event handling overview":eventhandlingoverview.html + +<div id="methods"> + +h2. Methods + +* "ChildFocusEvent.new":...
2007 Jun 28
0
[1091] trunk/wxruby2/lib/wx/classes/evthandler.rb: Add interim event type mappings for a few obscure oddities
...ot;cx"> EventType[''evt_checklistbox'', 1, </span><span class="cx"> Wx::EVT_COMMAND_CHECKLISTBOX_TOGGLED, </span><span class="cx"> Wx::CommandEvent], </span><ins>+ EventType[''evt_child_focus'', 0, + Wx::EVT_CHILD_FOCUS, + Wx::Event], </ins><span class="cx"> EventType[''evt_choice'', 1, </span><span class="cx"> Wx::EVT_COMMAND_CHOICE_SELECTED, </span><span class=&qu...
2008 Mar 07
9
copy & paste event
hi. now I have problem about copy and paste text in my application I make copy and paste button in toolbar and I have fuction of them but I don''t know how to make it can copy only selection text and paste into other textCtrl. see my picture for more info. thank you :) Attachments: http://www.ruby-forum.com/attachment/1526/untitled.JPG -- Posted via http://www.ruby-forum.com/.
2008 Jan 19
10
lose focus event?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I''m new to wxruby, and I haven''t found any answer with google: Is there a way to capture a lose focus event on controls, such as a combo box? All my experiments show events when changing the text, but not when leaving the box. I want to make a combobox that autocompletes if I press tab (or down arrow or something), but if I