CodeSlayerPreferencesListView

CodeSlayerPreferencesListView — Common list view widget for the preferences.

Synopsis

#include <codeslayer/codeslayer-preferences-listview.h>

struct              CodeSlayerPreferencesListView;
GObject *           codeslayer_preferences_list_view_new
                                                        (CodeSlayerPreferences *preferences,
                                                         gchar *key,
                                                         GtkWidget *tab,
                                                         const gchar *title);

Object Hierarchy

  GObject
   +----CodeSlayerPreferencesListView

Signals

  "list-changed"                                   : No Hooks

Description

Details

struct CodeSlayerPreferencesListView

struct CodeSlayerPreferencesListView;

codeslayer_preferences_list_view_new ()

GObject *           codeslayer_preferences_list_view_new
                                                        (CodeSlayerPreferences *preferences,
                                                         gchar *key,
                                                         GtkWidget *tab,
                                                         const gchar *title);

Creates a new CodeSlayerPreferencesListView.

preferences :

a CodeSlayerPreferences.

key :

the preferences key.

tab :

a GtkWidget.

title :

the title to give the section.

Returns :

a new CodeSlayerPreferencesListView.

Signal Details

The "list-changed" signal

void                user_function                      (CodeSlayerPreferencesListView *codeslayerpreferenceslistview,
                                                        gpointer                       user_data)                          : No Hooks

The ::list-changed signal is emitted when the list values are edited, added, or removed.

codeslayerpreferenceslistview :

the list view that received the signal

user_data :

user data set when the signal handler was connected.