search for: scrollwindow

Displaying 5 results from an estimated 5 matches for "scrollwindow".

2007 Apr 27
2
mdiclient windows do not always activate on click
...what is the right way to handle it, if you want a more familiar window-manager behavior (click to focus)? For example, if you change the mditest.rb example like so... --- mditest.rb 2007-04-18 16:19:59.000000000 -0700 +++ mdi.rb 2007-04-27 14:44:54.000000000 -0700 @@ -134,7 +134,7 @@ scrollwindow = FXScrollWindow.new(mdichild, 0) scrollwindow.verticalScrollBar.setLine(@font.fontHeight) btn = FXButton.new(scrollwindow, TYGER, - :opts => LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, :width => 600, :height => 1000) + :opts => LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, :width...
2008 Sep 06
0
Tab control using FXRuby
...ven tho I have a explicit setFocus. I dont want the Buttons ''hidden'' just not tabbable -- is this possible? 2) if no data is entered into a field prior to a Tab press, the scroller does not scroll the form at all, the cursor moves to next field OK, but I never get to see the off scrollwindow fields. If I enter some data, then Tab, the scroller functions and the next fields are displayed. Thanks ============================================== #!/usr/bin/env ruby # zestaddr2.rb # Generated by RubyFXGen.rb Ver 0.9a on :Mon Sep 01 17:20:31 +1000 2008 # plus added code to setup scroller...
2012 Aug 31
0
Wine release 1.5.12
...Allow removing a driver from the stack based on its function table. kernel32/tests: "en" is not a valid locale on some platforms. configure: Only enable -gdwarf-2 if -g was specified. opengl32: Generate null driver entry points for all extension functions. user32: ScrollWindow should not use a cached DC, unlike ScrollWindowEx. user32: Rely on SetWindowPos to invalidate the DCEs when the window region is changed. user32: Always go through set_window_pos when the WS_VISIBLE style is changed. user32: Invalidate the DCEs while still holding the window lock...
2009 Sep 25
0
Wine release 1.1.30
...comctl32/tests: Fix some rebar tests on older comctl32 versions. comctl32/tests: Use UDM_GET/SETPOS instead of UDM_GET/SETPOS32 for compatibility with old versions. windowscodecs: Fix incorrect overflow check caused by test mistake. user32/tests: Add missing flush_events in ScrollWindow test. Alistair Leslie-Hughes (16): msxml3: Add IDispatchEx support to IXMLDOMElement. mshtml: Add support for Reference BSTR when setting styles. mshtml: Implement IHTMLCurrentStyle_get_borderLeftColor. mshtml: Implement IHTMLCurrentStyle_get_borderTopColor. mshtml: I...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...&nbsp&nbsp&nbsp&nbsp&nbsp * \param int -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param const wxRect* -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> virtual void ScrollWindow(int dx , int dy , const wxRect* rect = NULL) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Sets the accelerator table for this window. See . -&nbsp&amp...