According to the wxWidgets book on page 348, wxGridTableBase is:
"A base class enabling an application to provide data to a
virtual grid. An instance of a derived class plugs into wxGrid
with SetTable."
The pdf version of the wxWidgets book can be downloaded from the publisher here:
http://www.phptr.com/bookstore/product.asp?isbn=0131473816&rl=1#info4
A very good source of info when the online documentation is a little
thin, I bought the book a few years ago and find it very helpful for
the not so ordinary wxWidgets tasks.
Sean
On 4/9/07, Alex Fenton <alex at pressure.to>
wrote:> Alex Ciarlillo wrote:
> > Trying to setup a GridTableBase to hold some floating point numbers
for
> > a Grid. Getting an error with the following:
> >
> > table = Wx::GridTableBase.new
> >
>
> I don''t know of a class GridTableBase. there may be such an
internal
> class in WxWidgets. In ruby you perhaps want to inherit from Wx::Grid?
>
> a
> _______________________________________________
> wxruby-users mailing list
> wxruby-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/wxruby-users
>