GdkPropMode

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

Values

ValueMeaning
REPLACE0

the new data replaces the existing data.

PREPEND1

the new data is prepended to the existing data.

APPEND2

the new data is appended to the existing data.

Meta