Go to the source code of this file.
Classes | |
| struct | MapeIconView_ |
Typedefs | |
| typedef enum MapeIconViewColumns_ | MapeIconViewColumns |
Enumerations | |
| enum | MapeIconViewColumns_ { MAPE_ICON_VIEW_COLUMN_ICON , MAPE_ICON_VIEW_COLUMN_NAME , MAPE_ICON_VIEW_COLUMN_COUNT } |
Functions | |
| MapeIconView * | mape_icon_view_new (GError **error) |
| void | mape_icon_view_destroy (MapeIconView *view) |
| void | mape_icon_view_clear (MapeIconView *view) |
| void | mape_icon_view_add (MapeIconView *view, GdkPixbuf *icon, const char *name) |
| struct MapeIconView_ |
Definition at line 29 of file iconview.h.
| Class Members | ||
|---|---|---|
| GtkTreeModel * | list_store | |
| GtkCellRenderer * | renderer_icon | |
| GtkCellRenderer * | renderer_name | |
| GtkWidget * | view | |
| GtkWidget * | window | |
| typedef enum MapeIconViewColumns_ MapeIconViewColumns |
| enum MapeIconViewColumns_ |
| Enumerator | |
|---|---|
| MAPE_ICON_VIEW_COLUMN_ICON | |
| MAPE_ICON_VIEW_COLUMN_NAME | |
| MAPE_ICON_VIEW_COLUMN_COUNT | |
Definition at line 22 of file iconview.h.
| void mape_icon_view_add | ( | MapeIconView * | view, |
| GdkPixbuf * | icon, | ||
| const char * | name | ||
| ) |
Definition at line 113 of file iconview.c.
References MapeIconView_::list_store, MAPE_ICON_VIEW_COLUMN_ICON, and MAPE_ICON_VIEW_COLUMN_NAME.
Referenced by mape_mat_tex_view_reload().
| void mape_icon_view_clear | ( | MapeIconView * | view | ) |
Definition at line 108 of file iconview.c.
References MapeIconView_::list_store.
Referenced by mape_mat_tex_view_reload().
| void mape_icon_view_destroy | ( | MapeIconView * | view | ) |
Definition at line 102 of file iconview.c.
Referenced by mape_mat_tex_view_destroy(), and mape_mat_tex_view_new().
| MapeIconView* mape_icon_view_new | ( | GError ** | error | ) |
Definition at line 19 of file iconview.c.
References MapeIconView_::list_store, MAPE_ICON_VIEW_COLUMN_COUNT, MAPE_ICON_VIEW_COLUMN_ICON, MAPE_ICON_VIEW_COLUMN_NAME, MapeIconView_::renderer_icon, MapeIconView_::renderer_name, MapeIconView_::view, and MapeIconView_::window.
Referenced by mape_mat_tex_view_new().