Package ch.bailu.gtk.gio
Schnittstelle SettingsBindFlags
public interface SettingsBindFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intEquivalent to `G_SETTINGS_BIND_GET|G_SETTINGS_BIND_SET`static final intUpdate the #GObject property when the setting changes.static final intWhen set in addition to %G_SETTINGS_BIND_GET, set the #GObject property
value initially from the setting, but do not listen for changes of the settingstatic final intWhen passed to g_settings_bind(), uses a pair of mapping functions that invert
the boolean value when mapping between the setting and the property.static final intDo not try to bind a "sensitivity" property to the writability of the settingstatic final intUpdate the setting when the #GObject property changes.
-
Felddetails
-
DEFAULT
static final int DEFAULTEquivalent to `G_SETTINGS_BIND_GET|G_SETTINGS_BIND_SET`- Siehe auch:
-
GET
static final int GETUpdate the #GObject property when the setting changes.
It is an error to use this flag if the property is not writable.- Siehe auch:
-
SET
static final int SETUpdate the setting when the #GObject property changes.
It is an error to use this flag if the property is not readable.- Siehe auch:
-
NO_SENSITIVITY
static final int NO_SENSITIVITYDo not try to bind a "sensitivity" property to the writability of the setting- Siehe auch:
-
GET_NO_CHANGES
static final int GET_NO_CHANGESWhen set in addition to %G_SETTINGS_BIND_GET, set the #GObject property
value initially from the setting, but do not listen for changes of the setting- Siehe auch:
-
INVERT_BOOLEAN
static final int INVERT_BOOLEANWhen passed to g_settings_bind(), uses a pair of mapping functions that invert
the boolean value when mapping between the setting and the property. The setting and property must both
be booleans. You cannot pass this flag to g_settings_bind_with_mapping().- Siehe auch:
-