| CodeSlayer Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Signals | ||||
CodeSlayerPreferencesListViewCodeSlayerPreferencesListView — Common list view widget for the preferences. |
#include <codeslayer/codeslayer-preferences-listview.h> struct CodeSlayerPreferencesListView; GObject * codeslayer_preferences_list_view_new (CodeSlayerPreferences *preferences,gchar *key,GtkWidget *tab,const gchar *title);
GObject * codeslayer_preferences_list_view_new (CodeSlayerPreferences *preferences,gchar *key,GtkWidget *tab,const gchar *title);
Creates a new CodeSlayerPreferencesListView.
|
a CodeSlayerPreferences. |
|
the preferences key. |
|
a GtkWidget. |
|
the title to give the section. |
Returns : |
a new CodeSlayerPreferencesListView. |
"list-changed" signalvoid user_function (CodeSlayerPreferencesListView *codeslayerpreferenceslistview,
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. |