Enumeration (GI Enum)

Gdk-3.0GdkPropMode

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

Index

Enumeration Members

Enumeration Members

APPEND: number

the new data is appended to the existing data.

PREPEND: number

the new data is prepended to the existing data.

REPLACE: number

the new data replaces the existing data.