| Exo Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Style Properties | Signals | ||||
#include <exo/exo.h>
ExoIconBar;
GtkWidget * exo_icon_bar_new (void);
GtkWidget * exo_icon_bar_new_with_model (GtkTreeModel *model);
GtkTreeModel * exo_icon_bar_get_model (ExoIconBar *icon_bar);
void exo_icon_bar_set_model (ExoIconBar *icon_bar,
GtkTreeModel *model);
gint exo_icon_bar_get_pixbuf_column (ExoIconBar *icon_bar);
void exo_icon_bar_set_pixbuf_column (ExoIconBar *icon_bar,
gint column);
gint exo_icon_bar_get_text_column (ExoIconBar *icon_bar);
void exo_icon_bar_set_text_column (ExoIconBar *icon_bar,
gint column);
GtkOrientation exo_icon_bar_get_orientation (ExoIconBar *icon_bar);
void exo_icon_bar_set_orientation (ExoIconBar *icon_bar,
GtkOrientation orientation);
gint exo_icon_bar_get_active (ExoIconBar *icon_bar);
void exo_icon_bar_set_active (ExoIconBar *icon_bar,
gint idx);
gboolean exo_icon_bar_get_active_iter (ExoIconBar *icon_bar,
GtkTreeIter *iter);
void exo_icon_bar_set_active_iter (ExoIconBar *icon_bar,
GtkTreeIter *iter);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----ExoIconBar
"active" gint : Read / Write "model" GtkTreeModel* : Read / Write "orientation" GtkOrientation : Read / Write "pixbuf-column" gint : Read / Write "text-column" gint : Read / Write
"active-item-border-color" GdkColor* : Read "active-item-fill-color" GdkColor* : Read "active-item-text-color" GdkColor* : Read "cursor-item-border-color" GdkColor* : Read "cursor-item-fill-color" GdkColor* : Read "cursor-item-text-color" GdkColor* : Read