other versions
Gtk2::SourceView2::Mark(3pm) | User Contributed Perl Documentation | Gtk2::SourceView2::Mark(3pm) |
NAME¶
Gtk2::SourceView2::Mark
HIERARCHY¶
Glib::Object +----Gtk2::TextMark +----Gtk2::SourceView2::Mark
METHODS¶
mark = Gtk2::SourceView2::Mark->new ($name, $category)¶
- $name (string or undef)
- $category (string)
string = $mark->get_category¶
mark or undef = $mark->next ($category)¶
- •
- $category (string or undef)
mark or undef = $mark->prev ($category)¶
- •
- $category (string or undef)
PROPERTIES¶
- 'category' (string : default undef : readable / writable / construct-only)
- The mark category
SEE ALSO¶
Gtk2::SourceView2, Glib::Object, Gtk2::TextMark
COPYRIGHT¶
Copyright (C) 2009 by Emmanuel Rodriguez
2017-07-23 | perl v5.26.0 |