GXK Interface Reference

/opt/src/beast/beast-gtk/gxk/gxklistwrapper.h

SYNOPSIS

DESCRIPTION

_GxkListWrapper

/opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:37
struct _GxkListWrapper
{
  GObject parent_instance;
  guint   n_rows;
  guint   n_cols;
  GType  *column_types;
  guint   stamp;
};

_GxkListWrapperClass

/opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:48
struct _GxkListWrapperClass
{
  GObjectClass parent_class;
  void       (*fill_value)  (GxkListWrapper*self, guint column, guint row, GValue*value);
  void       (*row_change)  (GxkListWrapper*self, gint row);
};

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
void  gxk_list_wrapper_get_iter_at 
(GxkListWrapper *self,
 GtkTreeIter    *iter,
 guint           index);

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
GxkListWrapper*  gxk_list_wrapper_new 
(guint n_cols,
 GType first_column_type,
 ...);

gxk_list_wrapper_newv

/opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:66
GxkListWrapper*  gxk_list_wrapper_newv 
(guint  n_cols,
 GType *column_types);

gxk_list_wrapper_notify_append

/opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:76
void  gxk_list_wrapper_notify_append 
(GxkListWrapper *self,
 guint           n_rows);

gxk_list_wrapper_notify_change

/opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:70
void  gxk_list_wrapper_notify_change 
(GxkListWrapper *self,
 guint           nth_row);

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
void  gxk_list_wrapper_notify_delete 
(GxkListWrapper *self,
 guint           nth_row);

gxk_list_wrapper_notify_insert

/opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:68
void  gxk_list_wrapper_notify_insert 
(GxkListWrapper *self,
 guint           nth_row);

gxk_list_wrapper_notify_prepend

/opt/src/beast/beast-gtk/gxk/gxklistwrapper.h:74
void  gxk_list_wrapper_notify_prepend 
(GxkListWrapper *self,
 guint           n_rows);