gdk.event_setting

Module for [EventSetting] class

Types 1

Generated when a setting is modified.

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