|
Main Page
Widgets
Namespaces
Book
Typedefed as TreeModel::Row.
More...
Inheritance diagram for Gtk::TreeRow:
[legend]List of all members.
Detailed Description
Typedefed as TreeModel::Row.
Dereference a TreeModel::iterator to get the Row. You can use a const TreeModel::Row& for any parameter that takes a const TreeModel::iterator&.
Member Function Documentation
template <class ColumnType> |
void Gtk::TreeRow::get_value |
( |
int |
column, |
|
|
ColumnType& |
data |
|
) |
const |
|
template <class ColumnType> |
ColumnType Gtk::TreeRow::get_value |
( |
const TreeModelColumn<ColumnType>& |
column |
) |
const |
|
const GtkTreeIter* Gtk::TreeRow::gobj |
( |
|
) |
const [inline] |
|
GtkTreeIter* Gtk::TreeRow::gobj |
( |
|
) |
[inline] |
|
Gtk::TreeRow::operator bool |
( |
|
) |
const |
|
template <class ColumnType> |
void Gtk::TreeRow::set_value |
( |
int |
column, |
|
|
const ColumnType& |
data |
|
) |
const |
|
|
Use set_value(const TreeModelColumn<>& column, const ColumnType& data) unless you do not know the column type at compile-time.
|
template <class ColumnType> |
void Gtk::TreeRow::set_value |
( |
const TreeModelColumn<ColumnType>& |
column, |
|
|
const ColumnType& |
data |
|
) |
const |
|
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001
|