Main Page
Widgets
Namespaces
Book
Inheritance diagram for Gtk::TextMark:
[legend ] List of all members.
Constructor & Destructor Documentation
virtual Gtk::TextMark::~TextMark
(
)
[virtual]
Member Function Documentation
Gets the buffer this mark is located inside, or 0
if the mark is deleted.
Returns: The mark's Gtk::TextBuffer .
Gets the buffer this mark is located inside, or 0
if the mark is deleted.
Returns: The mark's Gtk::TextBuffer .
bool Gtk::TextMark::get_deleted
(
)
const
Returns true
if the mark has been removed from its buffer with Gtk::TextBuffer::delete_mark() .
Marks can't be used once deleted.
Returns: Whether the mark is deleted.
bool Gtk::TextMark::get_left_gravity
(
)
const
Determines whether the mark has left gravity.
Returns: true
if the mark has left gravity, false
otherwise.
Returns the mark name; returns 0
for anonymous marks.
Returns: Mark name.
bool Gtk::TextMark::get_visible
(
)
const
Returns true
if the mark is visible (i.e. a cursor is displayed for it).
Returns: true
if visible.
const GtkTextMark* Gtk::TextMark::gobj
(
)
const [inline]
GtkTextMark* Gtk::TextMark::gobj
(
)
[inline]
GtkTextMark* Gtk::TextMark::gobj_copy
(
)
void Gtk::TextMark::set_visible
(
bool
setting = true
)
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.
Parameters:
setting Visibility of mark.
Friends And Related Function Documentation
Glib::RefPtr <Gtk::TextMark> wrap
(
GtkTextMark*
object ,
bool
take_copy = false
)
[related]
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001