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:GdkEventTypeThe type of the event (
GDK_SETTING).window:GdkWindowThe window which received the event.
send_event:gint8TRUEif the event was sent explicitly.action:GdkSettingActionWhat happened to the setting (
GDK_SETTING_ACTION_NEW,GDK_SETTING_ACTION_CHANGEDorGDK_SETTING_ACTION_DELETED).name:char*The name of the setting.