Gdk.PropMode – gdk-3.0 Reference Manual
PropMode
Description:
[
CCode
( cprefix =
"GDK_PROP_MODE_"
, type_id =
"gdk_prop_mode_get_type ()"
) ]
public
enum
PropMode
Describes how existing data is combined with new data when using
property_change
.
Namespace:
Gdk
Package:
gdk-3.0
Content:
Enum values:
APPEND
-
the new data is appended to the existing data.
PREPEND
-
the new data is prepended to the existing data.
REPLACE
-
the new data replaces the existing data.