Class

StSettings

Description

final class St.Settings : GObject.Object
{
  /* No available fields */
}

No description available.

Ancestors

Functions

st_settings_get

Gets the global StSettings object.

Instance methods

st_settings_inhibit_animations
No description available.

st_settings_uninhibit_animations
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

St.Settings:color-scheme

The preferred color-scheme.

St.Settings:disable-show-password

Whether password showing can be locked down.

St.Settings:drag-threshold

The threshold before a drag operation begins.

St.Settings:enable-animations

Whether animations are enabled.

St.Settings:font-name

The current font name.

St.Settings:gtk-icon-theme

The current GTK icon theme.

St.Settings:high-contrast

Whether the accessibility high contrast mode is enabled.

St.Settings:magnifier-active

Whether the accessibility magnifier is active.

St.Settings:primary-paste

Whether pasting from the PRIMARY selection is supported (eg. middle-click paste).

St.Settings:slow-down-factor

The slow-down factor applied to all animation durations.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct StSettingsClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.