search for: get_adjusted_best_size

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

2007 Mar 18
0
[894] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Document changed Window methods in 2.6 -> 2.8 API
...t;Window#freeze":#Window_freeze </span><span class="cx"> * "Window#get_accelerator_table":#Window_getacceleratortable </span><span class="cx"> * "Window#get_accessible":#Window_getaccessible </span><del>-* "Window#get_adjusted_best_size":#Window_getadjustedbestsize </del><span class="cx"> * "Window#get_background_colour":#Window_getbackgroundcolour </span><span class="cx"> * "Window#get_background_style":#Window_getbackgroundstyle </span><span class=&quo...
2004 Nov 22
1
Layout Issue ...
The following program represents the basic layout of my application. The problem I have is that the panel, and thus, the grid does not resize when the window width is expanded. Also, I would like the entire grid to be displayed without the horizontal scroll bar. How can I force this behavior? Please tell me if I am going about this incorrectly. I am just getting familar with wxRuby and any