.\" This is a wxWidgets manpage page generated from the XML docs .TH wxDbGridColInfo 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxDbGridColInfo \- .SH DESCRIPTION This class is used to define columns to be shown, names of the columns, order and type of data, when using wxdbGridTableBase to display a Table or query in a wxGrid See the database grid example in wxDbGridTableBase for an introduction to using the wxDbGrid classes. .SH "PARENTS" .SH "INCLUDE FILES" wx/dbgrid.h .SH MEMBERS .SS wxDbGridColInfo (int colNumberwxString typewxString titlewxDbGridColInfo *next) Default constructor. See the database grid example in wxDbGridTableBase to see two different ways for adding columns. See the database grid example in wxDbGridTableBase to see two different ways for adding columns. .SS ~wxDbGridColInfo () Destructor. .SS void AddColInfo (int colNumberwxString typewxString title) Use this member function for adding columns. See the database grid example in wxDbGridTableBase to see two different ways for adding columns. It is important to note that this class is merely a specifier to the wxDbGridTableBase constructor. Changes made to this datatype after the wxDbGridTableBase is called will not have any effect. .SH "SEE ALSO" .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.