![]() |
![]() |
Public Types | |
typedef sigc::slot< void, const TreeModel::Path& > | SlotForeach |
For instance, void on_foreach(const Gtk::TreeModel::Path& path);. | |
typedef Glib::ListHandle< TreePath, TreePathTraits > | ArrayHandle_TreePaths |
Public Member Functions | |
virtual | ~IconView () |
GtkIconView* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkIconView* | gobj () const |
Provides access to the underlying C GtkObject. | |
IconView () | |
IconView (const Glib::RefPtr<TreeModel>& model) | |
void | set_model (const Glib::RefPtr<TreeModel>& model) |
Glib::RefPtr<TreeModel> | get_model () |
Glib::RefPtr<const TreeModel> | get_model () const |
void | set_text_column (int column) |
void | set_text_column (const TreeModelColumnBase& model_column) |
int | get_text_column () const |
void | set_markup_column (int column) |
void | set_markup_column (const TreeModelColumnBase& column) |
int | get_markup_column () const |
void | set_pixbuf_column (int column) |
void | set_pixbuf_column (const TreeModelColumnBase& column) |
int | get_pixbuf_column () const |
void | set_orientation (Orientation orientation) |
Orientation | get_orientation () const |
TreeModel::Path | get_path_at_pos (int x, int y) const |
void | selected_foreach (const SlotForeach& slot) |
Calls a function for each selected icon. | |
void | set_selection_mode (SelectionMode mode) |
SelectionMode | get_selection_mode () const |
void | select_path (const TreeModel::Path& path) |
void | unselect_path (const TreeModel::Path& path) |
bool | path_is_selected (const TreeModel::Path& path) const |
ArrayHandle_TreePaths | get_selected_items () const |
void | select_all () |
void | unselect_all () |
void | item_activated (const TreeModel::Path& path) |
Glib::SignalProxy2< void, Adjustment*, Adjustment* > | signal_set_scroll_adjustments () |
Glib::SignalProxy1< void, const TreeModel::Path& > | signal_item_activated () |
Glib::SignalProxy0<void> | signal_selection_changed () |
Protected Member Functions | |
virtual void | on_set_scroll_adjustments (Adjustment* hadjustment, Adjustment* vadjustment) |
virtual void | on_item_activated (const TreeModel::Path& path) |
virtual void | on_selection_changed () |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::IconView* | wrap (GtkIconView* object, bool take_copy=false) |
|
|
|
For instance, void on_foreach(const Gtk::TreeModel::Path& path);.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Container. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Container. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Calls a function for each selected icon. Note that the model or selection cannot be modified from within this function. Since: 2.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|