CodeSlayerPreferencesMisc

CodeSlayerPreferencesMisc — The preferences misc tab.

Synopsis

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

struct              CodeSlayerPreferencesMisc;
GtkWidget *         codeslayer_preferences_misc_new     (CodeSlayerPreferences *preferences,
                                                         CodeSlayerProfile *profile);

Object Hierarchy

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

Implemented Interfaces

CodeSlayerPreferencesMisc implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Details

struct CodeSlayerPreferencesMisc

struct CodeSlayerPreferencesMisc;

codeslayer_preferences_misc_new ()

GtkWidget *         codeslayer_preferences_misc_new     (CodeSlayerPreferences *preferences,
                                                         CodeSlayerProfile *profile);

Creates a new CodeSlayerPreferencesMisc.

preferences :

a CodeSlayerPreferences.

profile :

a CodeSlayerProfile.

Returns :

a new CodeSlayerPreferencesMisc.