gtk.settings_value

Module for [SettingsValue] class

Types 1

Fields
GtkSettingsValue _cInstance
Methods
void * _cPtr() nothrow
string origin() @property nothrowGet `origin` field. Returns: Origin should be something like “filename:linenumber” for rc files, or e.g. “XProperty” for other sources.
void origin(string propval) @property nothrowSet `origin` field. Params: propval = Origin should be something like “filename:linenumber” for rc files, or e.g. “XProperty” for other sources.
gobject.value.Value value() @property nothrowGet `value` field. Returns: Valid types are LONG, DOUBLE and STRING corresponding to the token parsed, or a GSTRING holding an unparsed statement
Constructors
this(void * ptr, Flag!"Take" take)