1Gtk2::SourceView2::MarkU(s3e)r Contributed Perl DocumentaGttiko2n::SourceView2::Mark(3)
2
3
4
6 Gtk2::SourceView2::Mark
7
9 Glib::Object
10 +----Gtk2::TextMark
11 +----Gtk2::SourceView2::Mark
12
14 mark = Gtk2::SourceView2::Mark->new ($name, $category)
15 • $name (string or undef)
16
17 • $category (string)
18
19 string = $mark->get_category
20 mark or undef = $mark->next ($category)
21 • $category (string or undef)
22
23 mark or undef = $mark->prev ($category)
24 • $category (string or undef)
25
27 'category' (string : default undef : readable / writable / construct-
28 only)
29 The mark category
30
32 Gtk2::SourceView2, Glib::Object, Gtk2::TextMark
33
35 Copyright (C) 2009 by Emmanuel Rodriguez
36
37
38
39perl v5.38.0 2023-07-20 Gtk2::SourceView2::Mark(3)