|
/opt/src/beast/beast-gtk/gxk/gxklistwrapper.h
SYNOPSIS
| struct
| _GxkListWrapper; |
| struct
| _GxkListWrapperClass; |
| |
| guint
| gxk_list_wrapper_get_index
| (self, iter); |
| void
| gxk_list_wrapper_get_iter_at
| (self, iter, index); |
| GType
| gxk_list_wrapper_get_type
| (); |
| GxkListWrapper*
| gxk_list_wrapper_new
| (n_cols, first_column_type, ...); |
| GxkListWrapper*
| gxk_list_wrapper_newv
| (n_cols, column_types); |
| void
| gxk_list_wrapper_notify_append
| (self, n_rows); |
| void
| gxk_list_wrapper_notify_change
| (self, nth_row); |
| void
| gxk_list_wrapper_notify_clear
| (self); |
| void
| gxk_list_wrapper_notify_delete
| (self, nth_row); |
| void
| gxk_list_wrapper_notify_insert
| (self, nth_row); |
| void
| gxk_list_wrapper_notify_prepend
| (self, n_rows); |
DESCRIPTION
_GxkListWrapper | | /opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:37 |
_GxkListWrapperClass | | /opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:48 |
gxk_list_wrapper_get_index | | /opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:79 |
gxk_list_wrapper_get_iter_at | | /opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:82 |
gxk_list_wrapper_get_type | | /opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:61 |
gxk_list_wrapper_new | | /opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:64 |
gxk_list_wrapper_newv | | /opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:66 |
gxk_list_wrapper_notify_append | | /opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:76 |
gxk_list_wrapper_notify_change | | /opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:70 |
gxk_list_wrapper_notify_clear | | /opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:77 |
gxk_list_wrapper_notify_delete | | /opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:72 |
gxk_list_wrapper_notify_insert | | /opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:68 |
gxk_list_wrapper_notify_prepend | | /opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:74 |
|
|