GdkEventSetting

Generated when a setting is modified. GdkEventType type; the type of the event (GDK_SETTING). GdkWindow *window; the window which received the event. gint8 send_event; TRUE if the event was sent explicitly (e.g. using XSendEvent). GdkSettingAction action; what happened to the setting (GDK_SETTING_ACTION_NEW, GDK_SETTING_ACTION_CHANGED or GDK_SETTING_ACTION_DELETED). char *name; the name of the setting.

Members

Variables

action
GdkSettingAction action;
Undocumented in source.
name
char* name;
Undocumented in source.
sendEvent
byte sendEvent;
Undocumented in source.
type
GdkEventType type;
Undocumented in source.
window
GdkWindow* window;
Undocumented in source.

Meta