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: GdkEventType

The type of the event (GDK_SETTING).

window: GdkWindow

The window which received the event.

send_event: gint8

TRUE if the event was sent explicitly.

action: GdkSettingAction

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

name: char*

The name of the setting.