TextBufferPropertyName
public enum TextBufferPropertyName : String, PropertyNameProtocol
Undocumented
-
The list of targets this buffer supports for clipboard copying and as DND source.
Declaration
Swift
case copyTargetList = "copy-target-list"
-
The position of the insert mark (as offset from the beginning of the buffer). It is useful for getting notified when the cursor moves.
Declaration
Swift
case cursorPosition = "cursor-position"
-
Whether the buffer has some text currently selected.
Declaration
Swift
case hasSelection = "has-selection"
-
The list of targets this buffer supports for clipboard pasting and as DND destination.
Declaration
Swift
case pasteTargetList = "paste-target-list"
-
Undocumented
Declaration
Swift
case tagTable = "tag-table"
-
The text content of the buffer. Without child widgets and images, see
gtk_text_buffer_get_text()
for more information.Declaration
Swift
case text = "text"