GObject.Object
Gtk.TextMark
GtkSource.Mark
Import line: | GtkSource = imports.gi.GtkSource; |
GIR File: | GtkSource-3.0.gir |
C documentation: | GtkSourceMark |
Class : | Mark |
Extends: | Gtk.TextMark |
Properties | Defined By | |
---|---|---|
category : String
|
GtkSource.Mark | |
left_gravity : gboolean
|
Gtk.TextMark | |
name : String
|
Gtk.TextMark | |
parent_instance : Gtk.TextMark
read only
|
GtkSource.Mark | |
priv : GtkSource.MarkPrivate
read only
|
GtkSource.Mark | |
segment : void*
read only
|
Gtk.TextMark |
Method / Constructor | Defined By | |
---|---|---|
new GtkSource.Mark
(Object properties)
Create a new GtkSource.Mark
Create a new GtkSource.Mark
|
||
Create a new GtkSource.Mark
Create a new GtkSource.Mark
|
||
get_buffer
()
:
Gtk.TextBuffer
Gets the buffer this mark is located inside,
or NULL if the mark is deleted.
Gets the buffer this mark is located inside,
or NULL if the mark is deleted.
|
Gtk.TextMark | |
get_category
()
:
String
|
GtkSource.Mark | |
get_deleted
()
:
gboolean
Returns TRUE if the mark has been removed from its buffer
with gtk_text_buffer_delete_mark().
Returns TRUE if the mark has been removed from its buffer
with gtk_text_buffer_delete_mark(). See gtk_text_buffer_add_mark() for a way to add it to a buffer again.
|
Gtk.TextMark | |
get_left_gravity
()
:
gboolean
Determines whether the mark has left gravity.
Determines whether the mark has left gravity.
|
Gtk.TextMark | |
get_name
()
:
String
Returns the mark name; returns NULL for anonymous marks.
Returns the mark name; returns NULL for anonymous marks.
|
Gtk.TextMark | |
get_visible
()
:
gboolean
Returns TRUE if the mark is visible (i.e.
Returns TRUE if the mark is visible (i.e. a cursor is displayed
for it).
|
Gtk.TextMark | |
next
(String category)
:
GtkSource.Mark
|
GtkSource.Mark | |
prev
(String category)
:
GtkSource.Mark
|
GtkSource.Mark | |
set_visible
(gboolean setting)
:
none
Sets the visibility of mark; the insertion point is normally
visible, i.e.
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.
|
Gtk.TextMark |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GtkSource.Buffer
Method |
|
GtkSource.MarkAttributes
Signal |
|
GtkSource.MarkAttributes
Signal |
|
GtkSource.MarkAttributes
Method |
|
GtkSource.MarkAttributes
Method |
|