search for: setscrollbar

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

Did you mean: set_scrollbar
2006 Dec 12
0
[785] trunk/wxruby2/doc/textile/window.txtl: Remove set_constraints, correct docs for set_dimensions and set_size
...@ </span><span class="cx"> </span><span class="cx"> You would use: </span><span class="cx"> </span><ins>+ set_scroll_bar(VERTICAL, 0, 16, 50); </ins><span class="cx"> </span><del>- SetScrollbar(VERTICAL, 0, 16, 50); - - - </del><span class="cx"> Note that with the window at this size, the thumb position can never go </span><span class="cx"> above 50 minus 16, or 34. </span><span class="cx"> </span><del>-You ca...
2006 Dec 31
0
[813] trunk/wxruby2/swig/classes: Added ScrollBar class
...amp;nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param int -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param const bool -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ </del><ins>+ virtual void SetScrollbar(int position , int thumbSize , int range , int pageSize , bool refresh = true) ; </ins><span class="cx"> </span><del>- virtual void SetScrollbar(int position , int thumbSize , int range , int pageSize , const bool refresh = true) ; -&nbsp&nbsp&a...
2007 Apr 28
0
[977] branches/wxruby2/wxwidgets_282/swig/classes/include/wxScrolledWindow.h: Add missing DoPrepareDC method, remove comment cruft
...amp;nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param int -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param bool -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> void SetScrollbars(int pixelsPerUnitX , int pixelsPerUnitY , int noUnitsX , int noUnitsY , int xPos = 0, int yPos = 0, bool noRefresh = false) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&...
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
...class="cx"> </span><span class="cx"> </span><span class="cx"> </span><span class="lines">@@ -2312,7 +2309,7 @@ </span><span class="cx"> </span><span class="cx"> h3(#Window_setscrollbar). Window#set_scrollbar </span><span class="cx"> </span><del>- *set_scrollbar*(%(arg-type)Integer% orientation, %(arg-type)Integer% position, </del><ins>+ *set_scrollbar*(%(arg-type)Integer% orientation, %(arg-type)Integer% position, </ins>&l...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...bsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param bool -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ </del><span class="cx"> #endif </span><del>- </del><span class="cx"> virtual void SetScrollbar(int orientation , int position , int thumbSize , int range , bool refresh = true) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief -&nbsp&nbsp&...