Enumeration

GdkPropMode

Declaration

enum Gdk.PropMode

Description [src]

Describes how existing data is combined with new data when using gdk_property_change().

Members

GDK_PROP_MODE_REPLACE

The new data replaces the existing data.

  • Value: 0
  • Available since: 3.0
GDK_PROP_MODE_PREPEND

The new data is prepended to the existing data.

  • Value: 1
  • Available since: 3.0
GDK_PROP_MODE_APPEND

The new data is appended to the existing data.

  • Value: 2
  • Available since: 3.0