Displaying 4 results from an estimated 4 matches for "set_scrollbar".
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
...gt;
</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><span class="cx&q...
2007 Apr 28
0
[978] branches/wxruby2/wxwidgets_282/samples/bigdemo/wxScrolledWindow.rbw: Fix crazy crashers on MSW; fix scrolling/drawing position; safe path to bitmap
...File.join(File.dirname(__FILE__), ''icons'', ''test2.xpm'')
+ @bmp = Wx::Bitmap.new(bmp_file)
</ins><span class="cx">
</span><span class="cx">
</span><span class="cx"> set_scrollbars(20, 20, @maxWidth / 20, @maxHeight / 20, 0, 0, true)
</span><span class="lines">@@ -39,15 +40,13 @@
</span><span class="cx"> end
</span><span class="cx">
</span><span class="cx"> def on_paint(event...
2006 Aug 03
6
evt_scrollwin_thumbtrack/GetPosition?
I am attempting to create a scrollable panel. This works fine for using the
scroll arrows, as I am capturing the event and then incrementing the scroll
pos by the desired amount. However, it is not working on thumbtracking. I
capture the event successfully, but I am unable to capture the position of
the thumb tracker. I have looked at the poor man''s doc and have been unable
to figure
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...colour
+* "Window#set_own_font":#Window_setownfont
+* "Window#set_own_foreground_colour":#Window_setownforegroundcolour
</ins><span class="cx"> * "Window#set_palette":#Window_setpalette
</span><span class="cx"> * "Window#set_scrollbar":#Window_setscrollbar
</span><span class="cx"> * "Window#set_scroll_page":#Window_setscrollpage
</span><span class="lines">@@ -221,6 +232,7 @@
</span><span class="cx"> * "Window#should_inherit_colours":#Windo...