Enumeration (GI Enum)

Gdk-3.0GdkPropMode

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

Index
APPEND: 2

the new data is appended to the existing data.

PREPEND: 1

the new data is prepended to the existing data.

REPLACE: 0

the new data replaces the existing data.

Variables

$gtype