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.
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.