search for: clip_children

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

2004 Jan 27
2
The flicker of the status bar.
...39;'wxruby'' include Wx class RbApp < App def on_init frame = MyFrame.new("Test status bar flicker") frame.show(TRUE) end end class MyFrame < Frame def initialize(title) super( nil,-1,title, DEFAULT_POSITION, DEFAULT_SIZE, DEFAULT_FRAME_STYLE | CLIP_CHILDREN | NO_FULL_REPAINT_ON_RESIZE ) @status_bar = create_status_bar(3) set_status_bar( @status_bar ) end end a = RbApp.new a.main_loop #------------------------------------- Thanks for any answer in advance. -- Pavel. mailto:papushev@inp.nsk.su
2008 Apr 28
4
Wineserver causing heavy CPU load
I am running Fedora 8 uname -r = 2.6.24.4-64.fc8 on my box with Wine 0.9.58. When I first installed it I noticed that my CPU usage jumped and stayed at 100% with wineserver taking > 85%. I killed the wineserver process and it dropped down, however it soon jumped back up when wineserver restarted itself. I then killed it again and all related processes and disabled it from starting as a damen
2006 Dec 02
0
[770] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix some broken ones (Alex Spelling), add some new & missing ones; add
...keyword_ctors(''SashWindow'') do </del><ins>+WxSugar.define_keyword_ctors(''SashLayoutWindow'') do </ins><span class="cx"> wx_ctor_params :pos, :size </span><span class="cx"> wx_ctor_params :style => Wx::CLIP_CHILDREN|Wx::SW_3D </span><span class="cx"> wx_ctor_params :name => ''layoutWindow'' </span><span class="lines">@@ -223,8 +238,16 @@ </span><span class="cx"> </span><span class="cx"> # wxFontDialog...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...e them instead of hiding them when they are not needed (i.e. when thesize of the window is big enough to not require the scrollbars to navigate it).This style is currently implemented for MSW, GTK and Universal and doesnothing on the other platforms.| </ins><span class="cx"> |@CLIP_CHILDREN@|Use this style to eliminate flicker caused by the background beingrepainted, then children being painted over them. Windows only.| </span><span class="cx"> |@FULL_REPAINT_ON_RESIZE@|Use this style to forcea complete redraw of the window whenever it is resized instead of redra...