gi-gtk-3.0.30: Gtk bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Structs.SettingsValue

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype SettingsValue Source #

Memory-managed wrapper type.

Constructors

SettingsValue (ManagedPtr SettingsValue) 
Instances
WrappedPtr SettingsValue Source # 
Instance details

Defined in GI.Gtk.Structs.SettingsValue

tag ~ AttrSet => Constructible SettingsValue tag Source # 
Instance details

Defined in GI.Gtk.Structs.SettingsValue

Methods

new :: MonadIO m => (ManagedPtr SettingsValue -> SettingsValue) -> [AttrOp SettingsValue tag] -> m SettingsValue

newZeroSettingsValue :: MonadIO m => m SettingsValue Source #

Construct a SettingsValue struct initialized to zero.

Properties

origin

Origin should be something like “filename:linenumber” for rc files, or e.g. “XProperty” for other sources.

clearSettingsValueOrigin :: MonadIO m => SettingsValue -> m () Source #

Set the value of the “origin” field to Nothing. When overloading is enabled, this is equivalent to

clear #origin

getSettingsValueOrigin :: MonadIO m => SettingsValue -> m (Maybe Text) Source #

Get the value of the “origin” field. When overloading is enabled, this is equivalent to

get settingsValue #origin

setSettingsValueOrigin :: MonadIO m => SettingsValue -> CString -> m () Source #

Set the value of the “origin” field. When overloading is enabled, this is equivalent to

set settingsValue [ #origin := value ]

value

Valid types are LONG, DOUBLE and STRING corresponding to the token parsed, or a GSTRING holding an unparsed statement

getSettingsValueValue :: MonadIO m => SettingsValue -> m GValue Source #

Get the value of the “value” field. When overloading is enabled, this is equivalent to

get settingsValue #value