| CodeSlayer Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Signals | ||||
#include <codeslayer/codeslayer-listview.h> struct CodeSlayerListView; GtkWidget * codeslayer_list_view_new (void); void codeslayer_list_view_add_text (CodeSlayerListView *list_view,const gchar *text);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----CodeSlayerListView
CodeSlayerListView implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * codeslayer_list_view_new (void);
Creates a new CodeSlayerListView.
Returns : |
a new CodeSlayerListView. |
void codeslayer_list_view_add_text (CodeSlayerListView *list_view,const gchar *text);
"list-changed" signalvoid user_function (CodeSlayerListView *codeslayerlistview,
gpointer arg1,
gpointer user_data) : No Hooks
The ::list-changed signal is emitted when the list values are edited, added, or removed.
|
the list view that received the signal |
|
user data set when the signal handler was connected. |