Enumeration

GdkSettingAction

Declaration

enum Gdk.SettingAction

Description [src]

Specifies the kind of modification applied to a setting in a GdkEventSetting.

Members

GDK_SETTING_ACTION_NEW

A setting was added.

  • Value: 0
  • Available since: 3.0
GDK_SETTING_ACTION_CHANGED

A setting was changed.

  • Value: 1
  • Available since: 3.0
GDK_SETTING_ACTION_DELETED

A setting was deleted.

  • Value: 2
  • Available since: 3.0