CodeSlayerPreferencesEditor

CodeSlayerPreferencesEditor — The preferences editor tab.

Synopsis

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

struct              CodeSlayerPreferencesEditor;
GtkWidget *         codeslayer_preferences_editor_new   (CodeSlayerPreferences *preferences);
void                codeslayer_preferences_load         (CodeSlayerPreferences *preferences,
                                                         CodeSlayerGroup *group);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GtkBox
                           +----GtkVBox
                                 +----CodeSlayerPreferencesEditor

Implemented Interfaces

CodeSlayerPreferencesEditor implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Details

struct CodeSlayerPreferencesEditor

struct CodeSlayerPreferencesEditor;

codeslayer_preferences_editor_new ()

GtkWidget *         codeslayer_preferences_editor_new   (CodeSlayerPreferences *preferences);

Creates a new CodeSlayerPreferencesEditor.

preferences :

a CodeSlayerPreferences.

Returns :

a new CodeSlayerPreferencesEditor.

codeslayer_preferences_load ()

void                codeslayer_preferences_load         (CodeSlayerPreferences *preferences,
                                                         CodeSlayerGroup *group);

Load the group preferences.

preferences :

a CodeSlayerPreferences.

group :

a CodeSlayerGroup.