gdk.event_setting

Module for [EventSetting] class

Types 1

Generated when a setting is modified.

Fields
GdkEventSetting _cInstance
Methods
void * _cPtr()
gdk.types.EventType type() @propertyGet `type` field. Returns: the type of the event ([gdk.types.EventType.Setting]).
void type(gdk.types.EventType propval) @propertySet `type` field. Params: propval = the type of the event ([gdk.types.EventType.Setting]).
gdk.window.Window window() @propertyGet `window` field. Returns: the window which received the event.
void window(gdk.window.Window propval) @propertySet `window` field. Params: propval = the window which received the event.
byte sendEvent() @propertyGet `sendEvent` field. Returns: true if the event was sent explicitly.
void sendEvent(byte propval) @propertySet `sendEvent` field. Params: propval = true if the event was sent explicitly.
gdk.types.SettingAction action() @propertyGet `action` field. Returns: what happened to the setting ([gdk.types.SettingAction.New], [gdk.types.SettingAction.Changed] or [gdk.types.SettingAction.Deleted]).
void action(gdk.types.SettingAction propval) @propertySet `action` field. Params: propval = what happened to the setting ([gdk.types.SettingAction.New], [gdk.types.SettingAction.Changed] or [gdk.types.SettingAction.Deleted]).
string name() @propertyGet `name` field. Returns: the name of the setting.
void name(string propval) @propertySet `name` field. Params: propval = the name of the setting.
Constructors
this(void * ptr, Flag!"Take" take)