GdkEventSetting

Generated when a setting is modified.

Members

Variables

action
GdkSettingAction action;

what happened to the setting (gdk.types.SettingAction.New, gdk.types.SettingAction.Changed or gdk.types.SettingAction.Deleted).

name
char* name;

the name of the setting.

sendEvent
byte sendEvent;

true if the event was sent explicitly.

type
GdkEventType type;

the type of the event (gdk.types.EventType.Setting).

window
GdkWindow* window;

the window which received the event.