Displaying 4 results from an estimated 4 matches for "get_cols".
Did you mean:
get_col
2007 Mar 20
0
[903] branches/wxruby2/wxwidgets_282/samples: Added #!/usr/bin/env ruby to the grid sample.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Feb 14
0
[875] trunk/wxruby2/samples: Add expanded grid sample
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2004 Dec 09
6
Scrolling to the bottom of a Grid
Hi,
Thanks to the newly added event handlers for Wx::Grid in the 0.6.0
release, I can now provide a much slicker intreface to my "data widgets"
which heavily rely on that control.
However, I haven''t quite figured out how to programmatically scroll to
the last row of a populated grid (actually, the first empty row). So
say that I have a grid with 200 rows only 20 of which
2007 Feb 12
0
[865] trunk/wxruby2/doc/textile/gridsizer.txtl: Added missing methods section
...an class="cx"> "Sizer":sizer.html, "Sizer overview":sizeroverview.html
</span><span class="cx">
</span><ins>+h2. Methods
+
+<div id="methods">
+
+* "GridSizer.new":#GridSizer_wxgridsizer
+* "GridSizer#get_cols":#GridSizer_getcols
+* "GridSizer#get_hgap":#GridSizer_gethgap
+* "GridSizer#get_rows":#GridSizer_getrows
+* "GridSizer#get_vgap":#GridSizer_getvgap
+* "GridSizer#set_cols":#GridSizer_setcols
+* "GridSizer#set_hgap":#GridSizer_sethgap
+* "...