Sets our main struct and passes it to the parent class.
Creates a text mark. Add it to a buffer using TextBuffer.addMark. If name is NULL, the mark is anonymous; otherwise, the mark can be retrieved by name using TextBuffer.getMark. Normally marks are created using the utility function Source.bufferCreateSourceMark.
Returns the mark category.
Get the main Gtk struct
the main Gtk struct as a void*
Returns the next gsv.SourceMark in the buffer or NULL if the mark was not added to a buffer. If there is no next mark, NULL will be returned.
Returns the previous gsv.SourceMark in the buffer or NULL if the mark was not added to a buffer. If there is no previous mark, NULL is returned.
the main Gtk struct
the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
Gets the buffer this mark is located inside, or NULL if the mark is deleted.
Returns TRUE if the mark has been removed from its buffer with TextBuffer.deleteMark. See TextBuffer.addMark for a way to add it to a buffer again.
Determines whether the mark has left gravity.
Returns the mark name; returns NULL for anonymous marks.
Returns TRUE if the mark is visible (i.e. a cursor is displayed for it).
Sets the visibility of mark; the insertion point is normally visible, i.e. you can see it as a vertical bar. Also, the text widget uses a visible mark to indicate where a drop will occur when dragging-and-dropping text. Most other marks are not visible. Marks are not visible by default.