|
BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
#include <gtk/gtktreemodel.h>Go to the source code of this file.
Classes | |
| struct | GxkListWrapper |
| struct | GxkListWrapperClass |
Defines | |
| #define | GXK_TYPE_LIST_WRAPPER |
| #define | GXK_LIST_WRAPPER(object) |
| #define | GXK_LIST_WRAPPER_CLASS(klass) |
| #define | GXK_IS_LIST_WRAPPER(object) |
| #define | GXK_IS_LIST_WRAPPER_CLASS(klass) |
| #define | GXK_LIST_WRAPPER_GET_CLASS(object) |
Functions | |
| GType | gxk_list_wrapper_get_type (void) |
| GxkListWrapper * | gxk_list_wrapper_new (guint n_cols, GType first_column_type,...) |
| GxkListWrapper * | gxk_list_wrapper_newv (guint n_cols, GType *column_types) |
| void | gxk_list_wrapper_notify_insert (GxkListWrapper *self, guint nth_row) |
| void | gxk_list_wrapper_notify_change (GxkListWrapper *self, guint nth_row) |
| void | gxk_list_wrapper_notify_delete (GxkListWrapper *self, guint nth_row) |
| void | gxk_list_wrapper_notify_prepend (GxkListWrapper *self, guint n_rows) |
| void | gxk_list_wrapper_notify_append (GxkListWrapper *self, guint n_rows) |
| void | gxk_list_wrapper_notify_clear (GxkListWrapper *self) |
| guint | gxk_list_wrapper_get_index (GxkListWrapper *self, GtkTreeIter *iter) |
| void | gxk_list_wrapper_get_iter_at (GxkListWrapper *self, GtkTreeIter *iter, guint index) |
1.7.6.1