![]() |
![]() |
Public Member Functions | |
virtual | ~CellView () |
GtkCellView* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkCellView* | gobj () const |
Provides access to the underlying C GtkObject. | |
CellView () | |
void | set_value (CellRenderer& renderer, const Glib::ustring& property, const Glib::ValueBase& value) |
void | set_model (const Glib::RefPtr<TreeModel>& model) |
void | set_displayed_row (const TreeModel::Path& path) |
Sets the row of the model that is currently displayed by the Gtk::CellView. | |
TreeModel::Path | get_displayed_row () const |
bool | get_size_of_row (const TreeModel::Path& path, Requisition& requisition) const |
void | set_background_color (const Gdk::Color& color) |
void | set_cell_data () |
Glib::ListHandle<CellRenderer*> | get_cell_renderers () |
Glib::ListHandle<const CellRenderer*> | get_cell_renderers () const |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::CellView* | wrap (GtkCellView* object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Widget. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Widget. |
|
|
|
|
|
Sets the row of the model that is currently displayed by the Gtk::CellView. If the path is unset, then the contents of the cellview "stick" at their last value; this is not normally a desired result, but may be a needed intermediate state if say, the model for the Gtk::CellView becomes temporarily empty.
|
|
|
|
|
|
|