Module: Gdk::PropMode

Defined in:
(unknown)

Constant Summary collapse

REPLACE =

the new data replaces the existing data.

0 or :replace
PREPEND =

the new data is prepended to the existing data.

1 or :prepend
APPEND =

the new data is appended to the existing data.

2 or :append