Struct

GdkEventSetting

Description [src]

struct GdkEventSetting {
  GdkEventType type;
  GdkWindow* window;
  gint8 send_event;
  GdkSettingAction action;
  char* name;
}

Generated when a setting is modified.

Structure members
type

The type of the event (GDK_SETTING).

window

The window which received the event.

send_event

TRUE if the event was sent explicitly.

action

What happened to the setting (GDK_SETTING_ACTION_NEW, GDK_SETTING_ACTION_CHANGED or GDK_SETTING_ACTION_DELETED).

name

The name of the setting.