search for: get_window

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

Did you mean: set_window
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
2007 Jun 28
0
[1093] trunk/wxruby2: Added ChildFocusEvent class, mapping and documentation
...nt&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":#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(...
2007 Jan 03
0
[823] trunk/wxruby2/doc/textile: Remove docs for some deprecated classes
...ew_gettextcolour -* "TabView#get_top_margin":#TabView_gettopmargin -* "TabView#get_shadow_pen":#TabView_getshadowpen -* "TabView#get_view_rect":#TabView_getviewrect -* "TabView#get_vertical_tab_text_spacing":#TabView_getverticaltabtextspacing -* "TabView#get_window":#TabView_getwindow -* "TabView#on_create_tab_control":#TabView_oncreatetabcontrol -* "TabView#layout_tabs":#TabView_layouttabs -* "TabView#on_event":#TabView_onevent -* "TabView#on_tab_activate":#TabView_ontabactivate -* "TabView#on_tab_pre_activat...
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across something that kinda bothers me... In order to implement validators you have to override the clone method. The directors seems to be set up to specifically handle this situation. However, whenever C++ calls back to the object''s methods the swig_get_up function is returning false. It seems like swig_up
2008 Jul 11
0
Wine release 1.1.1
...:setTimeout. mshtml: Forward IHTMLWindow2::setInterval to IHTMLWindow3. mshtml: Added IHTMLWindow3::setInterval implementation. mshtml: Added IHTMLWindow2::clearTimeout implementation. mshtml: Added IHTMLWindow2::clearInterval implementation. mshtml: Added IHTMLWindow::get_window implementation. mshtml: Added IHTMLWindow2::get_self implementation. mshtml: Added support for DOCHOSTUIFLAG_SCROLL_NO DOCHOSTINFO flag. mshtml: DispatchEx's QueryInterface implementation clean up. mshtml: Silence common invalid QueryInterface FIXME. mshtml: Added...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...Wx::AUI_NB_WINDOWLIST_BUTTON + elsif e_id == ID_NotebookScrollButtons + @notebook_style ^= Wx::AUI_NB_SCROLL_BUTTONS + elsif e_id == ID_NotebookTabFixedWidth + @notebook_style ^= Wx::AUI_NB_TAB_FIXED_WIDTH + end + + + @mgr.get_all_panes.each do | pane | + maybe_nb = pane.get_window + next unless maybe_nb.kind_of?(Wx::AuiNotebook) + if e_id == ID_NotebookArtGloss + maybe_nb.set_art_provider(Wx::AuiDefaultTabArt.new) + @notebook_theme = 0 + elsif e_id == ID_NotebookArtSimple + maybe_nb.set_art_provider(Wx::AuiSimpleTabArt.new) + @noteb...