search for: set_virtual_size

Displaying 2 results from an estimated 2 matches for "set_virtual_size".

Did you mean: get_virtual_size
2010 Mar 20
1
Tab key traversal
...ROCESS_TAB style property has been selected for each of the controls. What corrections do I have to make? Thanks. #!/usr/bin/env ruby require ''rubygems'' require ''wx'' require ''tp1.rb'' class MainFrame < TPSC def on_init m_scrolledwindow6.set_virtual_size(400, 100) m_scrolledwindow6.set_scroll_rate(5, 5) wxEVT_CHAR(@m_textCtrl2) { m_textCtrl3.set_focus } wxEVT_CHAR(@m_textCtrl3) { m_textCtrl4.set_focus } wxEVT_CHAR(@m_textCtrl4) { m_textCtrl4.set_focus } # evt_button(@m_buttonincrement) { increaseColour } # evt_button(@m_buttondecrement) { de...
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
...an><span class="cx"> for the window based on the sizer''s minimum size. </span><span class="lines">@@ -2573,7 +2570,7 @@ </span><span class="cx"> </span><span class="cx"> h3(#Window_setvirtualsize). Window#set_virtual_size </span><span class="cx"> </span><del>- *set_virtual_size*(%(arg-type)Integer% width, %(arg-type)Integer% height) </del><ins>+ *set_virtual_size*(%(arg-type)Integer% width, %(arg-type)Integer% height) </ins><span class="cx"> &l...