A Gtk::TreeModelColumn describes the C++ type of the data in a model column, and identifies that column in the model. More...
Inherits Gtk::TreeModelColumnBase.
Public Types | |
typedef T | ElementType |
typedef Glib::Value< T > | ValueType |
Public Member Functions | |
TreeModelColumn () |
A Gtk::TreeModelColumn describes the C++ type of the data in a model column, and identifies that column in the model.
See Gtk::TreeModel::Columns for a usage example.
typedef T Gtk::TreeModelColumn< T >::ElementType |
typedef Glib::Value<T> Gtk::TreeModelColumn< T >::ValueType |
Gtk::TreeModelColumn< T >::TreeModelColumn | ( | ) | [inline] |