GdkEventSetting

Generated when a setting is modified.

Members

Variables

action
GdkSettingAction action;

what happened to the setting (GDK_SETTING_ACTION_NEW, GDK_SETTING_ACTION_CHANGED or GDK_SETTING_ACTION_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_SETTING).

window
GdkWindow* window;

the window which received the event.