Property is:module

Tests for GenValidity instances
Tests for shrinking functions
Tests for GenValidity instances
Tests for shrinking functions
Construct custom properties on DOM elements
div_ [ prop "id" "foo" ] [ ]
Properties Intended for unqualified import. Most users will probably use Test.Tasty.Falsify instead of this module.
A GPropertyAction is a way to get a Action with a state value reflecting and controlling the value of a Object property. The state of the action will correspond to the value of the property. Changing it will change the property (assuming the requested value matches the requirements as specified in the [typegObject.ParamSpec]). Only the most common types are presently supported. Booleans are mapped to booleans, strings to strings, signed/unsigned integers to int32/uint32 and floats and doubles to doubles. If the property is an enum then the state will be string-typed and conversion will automatically be performed between the enum value and ‘nick’ string as per the [typegObject.EnumValue] table. Flags types are not currently supported. Properties of object types, boxed types and pointer types are not supported and probably never will be. Properties of [typegLib.Variant] types are not currently supported. If the property is boolean-valued then the action will have a NULL parameter type, and activating the action (with no parameter) will toggle the value of the property. In all other cases, the parameter type will correspond to the type of the property. The general idea here is to reduce the number of locations where a particular piece of state is kept (and therefore has to be synchronised between). GPropertyAction does not have a separate state that is kept in sync with the property value — its state is the property value. For example, it might be useful to create a Action corresponding to the visible-child-name property of a `GtkStack` so that the current page can be switched from a menu. The active radio indication in the menu is then directly determined from the active page of the GtkStack. An anti-example would be binding the active-id property on a `GtkComboBox`. This is because the state of the combo box itself is probably uninteresting and is actually being used to control something else. Another anti-example would be to bind to the visible-child-name property of a `GtkStack` if this value is actually stored in Settings. In that case, the real source of the value is* Settings. If you want a Action to control a setting stored in Settings, see settingsCreateAction instead, and possibly combine its use with settingsBind. Since: 2.38
A GObject property value in a GtkExpression.
valid value. This is a field defined with the purpose of contain the previous value of the property, but is not used anymore.
PropertyMap was used in greskell prior than 1.0.0.0, but is now deprecated. Use Data.Greskell.PMap instead.
Total transient monadic maps, used to track information about vertices and edges in a graph
Information about a D-Bus property on a D-Bus interface. Since: 2.26
Deprecated: Use XMonad.Hooks.OnPropertyChange instead.
Module to apply a ManageHook to an already-mapped window when a property changes. This would commonly be used to match browser windows by title, since the final title will only be set after (a) the window is mapped, (b) its document has been loaded, (c) all load-time scripts have run. (Don't blame browsers for this; it's inherent in HTML and the DOM. And changing title dynamically is explicitly permitted by ICCCM and EWMH; you don't really want to have your editor window umapped/remapped to show the current document and modified state in the titlebar, do you?) This is a handleEventHook that triggers on a PropertyChange event. It currently ignores properties being removed, in part because you can't do anything useful in a ManageHook involving nonexistence of a property. This module could also be useful for Electron applications like Spotify which sets its WM_CLASS too late for window manager to map it properly.
The Listener property is an embedded property of the AWS::ElasticLoadBalancing::LoadBalancer type.