Displaying 1 result from an estimated 1 matches for "get_row_grid_line_pen".
2007 Apr 13
0
[951] branches/wxruby2/wxwidgets_282: Additions to Grid API 2.6->2.8
...line_pen*()
+
+Returns the pen used for grid lines. This virtual function may be overridden in
+derived classes in order to change the appearance of grid lines. Note that
+currently the pen width must be $1$.
+
+h4. See also
+
+"get_col_grid_line_pen()":#Grid_getcolgridlinepen(),
+
+"get_row_grid_line_pen()":#Grid_getrowgridlinepen()
+
+
+
+
+h3(#Grid_getrowgridlinepen). Grid#get_row_grid_line_pen
+
+ "Pen":pen.html *get_row_grid_line_pen*(%(arg-type)Integer% row)
+
+Returns the pen used for horizontal grid lines. This virtual function may be
+overridden in derived classes in order to...