~ubuntu-branches/ubuntu/precise/vte/precise

« back to all changes in this revision

Viewing changes to doc/reference/html/vte.devhelp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-06-16 17:59:49 UTC
  • mfrom: (1.1.65 upstream) (3.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110616175949-dexr6gu2dxiifi00
Tags: 1:0.28.1-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Add 93_add_alt_screen_scroll_toggle.patch: Handle scrolling differently
    when using alternate screen or scrolling is restricted.
  - Add lp246701_scroll_region_updates.patch: Bug fix. (LP #246701)
  - 91_keep_fds.patch:
    vte-2.90 does not yet support G_SPAWN_LEAVE_DESCRIPTORS_OPEN
    when calling vte_terminal_fork_command_full() until that is
    fixed we need to keep this patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
      <sub name="" link="ch03.html">
13
13
        <sub name="Version Information" link="vte-Version-Information.html"/>
14
14
      </sub>
15
 
      <sub name="Interna" link="internal-objects.html">
16
 
        <sub name="VteTerminalAccessible" link="VteTerminalAccessible.html"/>
17
 
      </sub>
18
 
      <sub name="Deprecated" link="deprecated-objects.html">
19
 
        <sub name="VteReaper" link="VteReaper.html"/>
20
 
      </sub>
 
15
    </sub>
 
16
    <sub name="Migrating to VTE 0.30" link="migration-0-30.html">
 
17
      <sub name="Build system" link="migration-0-30.html#id3057293"/>
 
18
      <sub name="Include headers" link="ch04s02.html"/>
 
19
      <sub name="Public struct members" link="ch04s03.html"/>
 
20
      <sub name="Deprecated, removed and renamed functions and objects" link="ch04s04.html"/>
 
21
      <sub name="Signal changes" link="ch04s05.html"/>
 
22
      <sub name="Style properties" link="ch04s06.html"/>
21
23
    </sub>
22
24
    <sub name="Object Hierarchy" link="object-hierarchy.html"/>
23
25
    <sub name="Index" link="api-index-full.html"/>
26
28
    <sub name="Index of new symbols in 0.24" link="api-index-0-24.html"/>
27
29
    <sub name="Index of new symbols in 0.26" link="api-index-0-26.html"/>
28
30
    <sub name="Index of new symbols in 0.28" link="api-index-0-28.html"/>
 
31
    <sub name="Index of new symbols in 0.30" link="api-index-0-30.html"/>
29
32
    <sub name="Annotation Glossary" link="annotation-glossary.html"/>
30
33
    <sub name="Licence" link="licence.html"/>
31
34
  </chapters>
32
35
  <functions>
33
36
    <function name="VteTerminal" link="VteTerminal.html#VteTerminal-struct"/>
34
 
    <function name="enum VteTerminalAntiAlias" link="VteTerminal.html#VteTerminalAntiAlias"/>
35
37
    <function name="enum VteTerminalCursorBlinkMode" link="VteTerminal.html#VteTerminalCursorBlinkMode"/>
36
38
    <function name="enum VteTerminalCursorShape" link="VteTerminal.html#VteTerminalCursorShape"/>
 
39
    <function name="enum VteTerminalEffect" link="VteTerminal.html#VteTerminalEffect"/>
37
40
    <function name="enum VteTerminalEraseBinding" link="VteTerminal.html#VteTerminalEraseBinding"/>
38
41
    <function name="enum VteTerminalWriteFlags" link="VteTerminal.html#VteTerminalWriteFlags"/>
39
42
    <function name="VteSelectionFunc ()" link="VteTerminal.html#VteSelectionFunc"/>
42
45
    <function name="vte_terminal_feed ()" link="VteTerminal.html#vte-terminal-feed"/>
43
46
    <function name="vte_terminal_feed_child ()" link="VteTerminal.html#vte-terminal-feed-child"/>
44
47
    <function name="vte_terminal_feed_child_binary ()" link="VteTerminal.html#vte-terminal-feed-child-binary"/>
45
 
    <function name="vte_terminal_get_child_exit_status ()" link="VteTerminal.html#vte-terminal-get-child-exit-status"/>
46
48
    <function name="vte_terminal_select_all ()" link="VteTerminal.html#vte-terminal-select-all"/>
47
49
    <function name="vte_terminal_select_none ()" link="VteTerminal.html#vte-terminal-select-none"/>
48
50
    <function name="vte_terminal_copy_clipboard ()" link="VteTerminal.html#vte-terminal-copy-clipboard"/>
50
52
    <function name="vte_terminal_copy_primary ()" link="VteTerminal.html#vte-terminal-copy-primary"/>
51
53
    <function name="vte_terminal_paste_primary ()" link="VteTerminal.html#vte-terminal-paste-primary"/>
52
54
    <function name="vte_terminal_set_size ()" link="VteTerminal.html#vte-terminal-set-size"/>
 
55
    <function name="vte_terminal_set_font_scale ()" link="VteTerminal.html#vte-terminal-set-font-scale"/>
 
56
    <function name="vte_terminal_get_font_scale ()" link="VteTerminal.html#vte-terminal-get-font-scale"/>
53
57
    <function name="vte_terminal_set_audible_bell ()" link="VteTerminal.html#vte-terminal-set-audible-bell"/>
54
58
    <function name="vte_terminal_get_audible_bell ()" link="VteTerminal.html#vte-terminal-get-audible-bell"/>
55
59
    <function name="vte_terminal_set_visible_bell ()" link="VteTerminal.html#vte-terminal-set-visible-bell"/>
56
60
    <function name="vte_terminal_get_visible_bell ()" link="VteTerminal.html#vte-terminal-get-visible-bell"/>
57
 
    <function name="vte_terminal_set_allow_bold ()" link="VteTerminal.html#vte-terminal-set-allow-bold"/>
58
 
    <function name="vte_terminal_get_allow_bold ()" link="VteTerminal.html#vte-terminal-get-allow-bold"/>
59
61
    <function name="vte_terminal_set_scroll_on_output ()" link="VteTerminal.html#vte-terminal-set-scroll-on-output"/>
60
62
    <function name="vte_terminal_set_scroll_on_keystroke ()" link="VteTerminal.html#vte-terminal-set-scroll-on-keystroke"/>
61
 
    <function name="vte_terminal_set_color_bold ()" link="VteTerminal.html#vte-terminal-set-color-bold"/>
62
 
    <function name="vte_terminal_set_color_bold_rgba ()" link="VteTerminal.html#vte-terminal-set-color-bold-rgba"/>
63
 
    <function name="vte_terminal_set_color_foreground ()" link="VteTerminal.html#vte-terminal-set-color-foreground"/>
64
 
    <function name="vte_terminal_set_color_foreground_rgba ()" link="VteTerminal.html#vte-terminal-set-color-foreground-rgba"/>
65
 
    <function name="vte_terminal_set_color_background ()" link="VteTerminal.html#vte-terminal-set-color-background"/>
66
 
    <function name="vte_terminal_set_color_background_rgba ()" link="VteTerminal.html#vte-terminal-set-color-background-rgba"/>
67
 
    <function name="vte_terminal_set_color_dim ()" link="VteTerminal.html#vte-terminal-set-color-dim"/>
68
 
    <function name="vte_terminal_set_color_dim_rgba ()" link="VteTerminal.html#vte-terminal-set-color-dim-rgba"/>
69
 
    <function name="vte_terminal_set_color_cursor ()" link="VteTerminal.html#vte-terminal-set-color-cursor"/>
70
 
    <function name="vte_terminal_set_color_cursor_rgba ()" link="VteTerminal.html#vte-terminal-set-color-cursor-rgba"/>
71
 
    <function name="vte_terminal_set_color_highlight ()" link="VteTerminal.html#vte-terminal-set-color-highlight"/>
72
 
    <function name="vte_terminal_set_color_highlight_rgba ()" link="VteTerminal.html#vte-terminal-set-color-highlight-rgba"/>
73
 
    <function name="vte_terminal_set_colors ()" link="VteTerminal.html#vte-terminal-set-colors"/>
74
 
    <function name="vte_terminal_set_colors_rgba ()" link="VteTerminal.html#vte-terminal-set-colors-rgba"/>
75
 
    <function name="vte_terminal_set_default_colors ()" link="VteTerminal.html#vte-terminal-set-default-colors"/>
76
 
    <function name="vte_terminal_set_opacity ()" link="VteTerminal.html#vte-terminal-set-opacity"/>
77
 
    <function name="vte_terminal_set_background_image ()" link="VteTerminal.html#vte-terminal-set-background-image"/>
78
 
    <function name="vte_terminal_set_background_image_file ()" link="VteTerminal.html#vte-terminal-set-background-image-file"/>
79
 
    <function name="vte_terminal_set_background_saturation ()" link="VteTerminal.html#vte-terminal-set-background-saturation"/>
80
 
    <function name="vte_terminal_set_background_transparent ()" link="VteTerminal.html#vte-terminal-set-background-transparent"/>
81
 
    <function name="vte_terminal_set_background_tint_color ()" link="VteTerminal.html#vte-terminal-set-background-tint-color"/>
82
 
    <function name="vte_terminal_set_scroll_background ()" link="VteTerminal.html#vte-terminal-set-scroll-background"/>
83
 
    <function name="vte_terminal_set_cursor_shape ()" link="VteTerminal.html#vte-terminal-set-cursor-shape"/>
84
 
    <function name="vte_terminal_get_cursor_shape ()" link="VteTerminal.html#vte-terminal-get-cursor-shape"/>
85
 
    <function name="vte_terminal_set_cursor_blinks ()" link="VteTerminal.html#vte-terminal-set-cursor-blinks"/>
86
 
    <function name="vte_terminal_get_cursor_blink_mode ()" link="VteTerminal.html#vte-terminal-get-cursor-blink-mode"/>
87
 
    <function name="vte_terminal_set_cursor_blink_mode ()" link="VteTerminal.html#vte-terminal-set-cursor-blink-mode"/>
88
63
    <function name="vte_terminal_set_scrollback_lines ()" link="VteTerminal.html#vte-terminal-set-scrollback-lines"/>
89
 
    <function name="vte_terminal_set_font ()" link="VteTerminal.html#vte-terminal-set-font"/>
90
 
    <function name="vte_terminal_set_font_from_string ()" link="VteTerminal.html#vte-terminal-set-font-from-string"/>
91
 
    <function name="vte_terminal_set_font_from_string_full ()" link="VteTerminal.html#vte-terminal-set-font-from-string-full"/>
92
 
    <function name="vte_terminal_set_font_full ()" link="VteTerminal.html#vte-terminal-set-font-full"/>
93
 
    <function name="vte_terminal_get_font ()" link="VteTerminal.html#vte-terminal-get-font"/>
94
 
    <function name="vte_terminal_get_using_xft ()" link="VteTerminal.html#vte-terminal-get-using-xft"/>
95
64
    <function name="vte_terminal_get_has_selection ()" link="VteTerminal.html#vte-terminal-get-has-selection"/>
96
65
    <function name="vte_terminal_set_word_chars ()" link="VteTerminal.html#vte-terminal-set-word-chars"/>
97
66
    <function name="vte_terminal_is_word_char ()" link="VteTerminal.html#vte-terminal-is-word-char"/>
105
74
    <function name="vte_terminal_get_text_range ()" link="VteTerminal.html#vte-terminal-get-text-range"/>
106
75
    <function name="vte_terminal_get_cursor_position ()" link="VteTerminal.html#vte-terminal-get-cursor-position"/>
107
76
    <function name="vte_terminal_match_clear_all ()" link="VteTerminal.html#vte-terminal-match-clear-all"/>
108
 
    <function name="vte_terminal_match_add ()" link="VteTerminal.html#vte-terminal-match-add"/>
109
77
    <function name="vte_terminal_match_add_gregex ()" link="VteTerminal.html#vte-terminal-match-add-gregex"/>
110
78
    <function name="vte_terminal_match_remove ()" link="VteTerminal.html#vte-terminal-match-remove"/>
111
79
    <function name="vte_terminal_match_check ()" link="VteTerminal.html#vte-terminal-match-check"/>
114
82
    <function name="vte_terminal_match_set_cursor_name ()" link="VteTerminal.html#vte-terminal-match-set-cursor-name"/>
115
83
    <function name="vte_terminal_set_emulation ()" link="VteTerminal.html#vte-terminal-set-emulation"/>
116
84
    <function name="vte_terminal_get_emulation ()" link="VteTerminal.html#vte-terminal-get-emulation"/>
117
 
    <function name="vte_terminal_get_default_emulation ()" link="VteTerminal.html#vte-terminal-get-default-emulation"/>
118
85
    <function name="vte_terminal_set_encoding ()" link="VteTerminal.html#vte-terminal-set-encoding"/>
119
86
    <function name="vte_terminal_get_encoding ()" link="VteTerminal.html#vte-terminal-get-encoding"/>
120
87
    <function name="vte_terminal_get_status_line ()" link="VteTerminal.html#vte-terminal-get-status-line"/>
121
 
    <function name="vte_terminal_get_padding ()" link="VteTerminal.html#vte-terminal-get-padding"/>
122
88
    <function name="vte_terminal_write_contents ()" link="VteTerminal.html#vte-terminal-write-contents"/>
123
89
    <function name="vte_terminal_search_find_next ()" link="VteTerminal.html#vte-terminal-search-find-next"/>
124
90
    <function name="vte_terminal_search_find_previous ()" link="VteTerminal.html#vte-terminal-search-find-previous"/>
126
92
    <function name="vte_terminal_search_get_wrap_around ()" link="VteTerminal.html#vte-terminal-search-get-wrap-around"/>
127
93
    <function name="vte_terminal_search_set_gregex ()" link="VteTerminal.html#vte-terminal-search-set-gregex"/>
128
94
    <function name="vte_terminal_search_set_wrap_around ()" link="VteTerminal.html#vte-terminal-search-set-wrap-around"/>
129
 
    <function name="vte_terminal_fork_command ()" link="VteTerminal.html#vte-terminal-fork-command"/>
130
 
    <function name="vte_terminal_fork_command_full ()" link="VteTerminal.html#vte-terminal-fork-command-full"/>
131
 
    <function name="vte_terminal_forkpty ()" link="VteTerminal.html#vte-terminal-forkpty"/>
 
95
    <function name="VTE_STYLE_CLASS_TERMINAL" link="VteTerminal.html#VTE-STYLE-CLASS-TERMINAL:CAPS"/>
 
96
    <function name="vte_get_default_emulation ()" link="VteTerminal.html#vte-get-default-emulation"/>
 
97
    <function name="vte_get_user_shell ()" link="VteTerminal.html#vte-get-user-shell"/>
 
98
    <function name="vte_terminal_spawn_sync ()" link="VteTerminal.html#vte-terminal-spawn-sync"/>
132
99
    <function name="vte_terminal_get_pty ()" link="VteTerminal.html#vte-terminal-get-pty"/>
133
 
    <function name="vte_terminal_get_pty_object ()" link="VteTerminal.html#vte-terminal-get-pty-object"/>
134
 
    <function name="vte_terminal_pty_new ()" link="VteTerminal.html#vte-terminal-pty-new"/>
135
100
    <function name="vte_terminal_set_pty ()" link="VteTerminal.html#vte-terminal-set-pty"/>
136
 
    <function name="vte_terminal_set_pty_object ()" link="VteTerminal.html#vte-terminal-set-pty-object"/>
 
101
    <function name="vte_terminal_pty_new_sync ()" link="VteTerminal.html#vte-terminal-pty-new-sync"/>
137
102
    <function name="vte_terminal_watch_child ()" link="VteTerminal.html#vte-terminal-watch-child"/>
138
 
    <function name="vte_terminal_get_adjustment ()" link="VteTerminal.html#vte-terminal-get-adjustment"/>
139
 
    <function name="vte_terminal_get_char_ascent ()" link="VteTerminal.html#vte-terminal-get-char-ascent"/>
140
 
    <function name="vte_terminal_get_char_descent ()" link="VteTerminal.html#vte-terminal-get-char-descent"/>
141
103
    <function name="vte_terminal_get_char_height ()" link="VteTerminal.html#vte-terminal-get-char-height"/>
142
104
    <function name="vte_terminal_get_char_width ()" link="VteTerminal.html#vte-terminal-get-char-width"/>
143
105
    <function name="vte_terminal_get_column_count ()" link="VteTerminal.html#vte-terminal-get-column-count"/>
144
106
    <function name="vte_terminal_get_icon_title ()" link="VteTerminal.html#vte-terminal-get-icon-title"/>
145
107
    <function name="vte_terminal_get_row_count ()" link="VteTerminal.html#vte-terminal-get-row-count"/>
146
108
    <function name="vte_terminal_get_window_title ()" link="VteTerminal.html#vte-terminal-get-window-title"/>
147
 
    <function name="The &quot;allow-bold&quot; property" link="VteTerminal.html#VteTerminal--allow-bold"/>
148
109
    <function name="The &quot;audible-bell&quot; property" link="VteTerminal.html#VteTerminal--audible-bell"/>
149
 
    <function name="The &quot;background-image-file&quot; property" link="VteTerminal.html#VteTerminal--background-image-file"/>
150
 
    <function name="The &quot;background-image-pixbuf&quot; property" link="VteTerminal.html#VteTerminal--background-image-pixbuf"/>
151
 
    <function name="The &quot;background-opacity&quot; property" link="VteTerminal.html#VteTerminal--background-opacity"/>
152
 
    <function name="The &quot;background-saturation&quot; property" link="VteTerminal.html#VteTerminal--background-saturation"/>
153
 
    <function name="The &quot;background-tint-color&quot; property" link="VteTerminal.html#VteTerminal--background-tint-color"/>
154
 
    <function name="The &quot;background-transparent&quot; property" link="VteTerminal.html#VteTerminal--background-transparent"/>
155
110
    <function name="The &quot;backspace-binding&quot; property" link="VteTerminal.html#VteTerminal--backspace-binding"/>
156
 
    <function name="The &quot;cursor-blink-mode&quot; property" link="VteTerminal.html#VteTerminal--cursor-blink-mode"/>
157
 
    <function name="The &quot;cursor-shape&quot; property" link="VteTerminal.html#VteTerminal--cursor-shape"/>
158
111
    <function name="The &quot;delete-binding&quot; property" link="VteTerminal.html#VteTerminal--delete-binding"/>
159
112
    <function name="The &quot;emulation&quot; property" link="VteTerminal.html#VteTerminal--emulation"/>
160
113
    <function name="The &quot;encoding&quot; property" link="VteTerminal.html#VteTerminal--encoding"/>
161
 
    <function name="The &quot;font-desc&quot; property" link="VteTerminal.html#VteTerminal--font-desc"/>
 
114
    <function name="The &quot;font-scale&quot; property" link="VteTerminal.html#VteTerminal--font-scale"/>
162
115
    <function name="The &quot;icon-title&quot; property" link="VteTerminal.html#VteTerminal--icon-title"/>
163
116
    <function name="The &quot;pointer-autohide&quot; property" link="VteTerminal.html#VteTerminal--pointer-autohide"/>
164
 
    <function name="The &quot;pty&quot; property" link="VteTerminal.html#VteTerminal--pty"/>
165
117
    <function name="The &quot;pty-object&quot; property" link="VteTerminal.html#VteTerminal--pty-object"/>
166
 
    <function name="The &quot;scroll-background&quot; property" link="VteTerminal.html#VteTerminal--scroll-background"/>
167
118
    <function name="The &quot;scroll-on-keystroke&quot; property" link="VteTerminal.html#VteTerminal--scroll-on-keystroke"/>
168
119
    <function name="The &quot;scroll-on-output&quot; property" link="VteTerminal.html#VteTerminal--scroll-on-output"/>
169
120
    <function name="The &quot;scrollback-lines&quot; property" link="VteTerminal.html#VteTerminal--scrollback-lines"/>
170
121
    <function name="The &quot;visible-bell&quot; property" link="VteTerminal.html#VteTerminal--visible-bell"/>
171
122
    <function name="The &quot;window-title&quot; property" link="VteTerminal.html#VteTerminal--window-title"/>
172
123
    <function name="The &quot;word-chars&quot; property" link="VteTerminal.html#VteTerminal--word-chars"/>
173
 
    <function name="The &quot;inner-border&quot; style property" link="VteTerminal.html#VteTerminal--s-inner-border"/>
 
124
    <function name="The &quot;allow-bold&quot; style property" link="VteTerminal.html#VteTerminal--s-allow-bold"/>
 
125
    <function name="The &quot;background-color&quot; style property" link="VteTerminal.html#VteTerminal--s-background-color"/>
 
126
    <function name="The &quot;black-color&quot; style property" link="VteTerminal.html#VteTerminal--s-black-color"/>
 
127
    <function name="The &quot;blue-color&quot; style property" link="VteTerminal.html#VteTerminal--s-blue-color"/>
 
128
    <function name="The &quot;bold-foreground-color&quot; style property" link="VteTerminal.html#VteTerminal--s-bold-foreground-color"/>
 
129
    <function name="The &quot;bright-black-color&quot; style property" link="VteTerminal.html#VteTerminal--s-bright-black-color"/>
 
130
    <function name="The &quot;bright-blue-color&quot; style property" link="VteTerminal.html#VteTerminal--s-bright-blue-color"/>
 
131
    <function name="The &quot;bright-cyan-color&quot; style property" link="VteTerminal.html#VteTerminal--s-bright-cyan-color"/>
 
132
    <function name="The &quot;bright-green-color&quot; style property" link="VteTerminal.html#VteTerminal--s-bright-green-color"/>
 
133
    <function name="The &quot;bright-magenta-color&quot; style property" link="VteTerminal.html#VteTerminal--s-bright-magenta-color"/>
 
134
    <function name="The &quot;bright-red-color&quot; style property" link="VteTerminal.html#VteTerminal--s-bright-red-color"/>
 
135
    <function name="The &quot;bright-white-color&quot; style property" link="VteTerminal.html#VteTerminal--s-bright-white-color"/>
 
136
    <function name="The &quot;bright-yellow-color&quot; style property" link="VteTerminal.html#VteTerminal--s-bright-yellow-color"/>
 
137
    <function name="The &quot;color-6-cube-1-1-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-1-1-color"/>
 
138
    <function name="The &quot;color-6-cube-1-1-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-1-2-color"/>
 
139
    <function name="The &quot;color-6-cube-1-1-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-1-3-color"/>
 
140
    <function name="The &quot;color-6-cube-1-1-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-1-4-color"/>
 
141
    <function name="The &quot;color-6-cube-1-1-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-1-5-color"/>
 
142
    <function name="The &quot;color-6-cube-1-1-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-1-6-color"/>
 
143
    <function name="The &quot;color-6-cube-1-2-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-2-1-color"/>
 
144
    <function name="The &quot;color-6-cube-1-2-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-2-2-color"/>
 
145
    <function name="The &quot;color-6-cube-1-2-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-2-3-color"/>
 
146
    <function name="The &quot;color-6-cube-1-2-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-2-4-color"/>
 
147
    <function name="The &quot;color-6-cube-1-2-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-2-5-color"/>
 
148
    <function name="The &quot;color-6-cube-1-2-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-2-6-color"/>
 
149
    <function name="The &quot;color-6-cube-1-3-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-3-1-color"/>
 
150
    <function name="The &quot;color-6-cube-1-3-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-3-2-color"/>
 
151
    <function name="The &quot;color-6-cube-1-3-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-3-3-color"/>
 
152
    <function name="The &quot;color-6-cube-1-3-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-3-4-color"/>
 
153
    <function name="The &quot;color-6-cube-1-3-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-3-5-color"/>
 
154
    <function name="The &quot;color-6-cube-1-3-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-3-6-color"/>
 
155
    <function name="The &quot;color-6-cube-1-4-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-4-1-color"/>
 
156
    <function name="The &quot;color-6-cube-1-4-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-4-2-color"/>
 
157
    <function name="The &quot;color-6-cube-1-4-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-4-3-color"/>
 
158
    <function name="The &quot;color-6-cube-1-4-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-4-4-color"/>
 
159
    <function name="The &quot;color-6-cube-1-4-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-4-5-color"/>
 
160
    <function name="The &quot;color-6-cube-1-4-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-4-6-color"/>
 
161
    <function name="The &quot;color-6-cube-1-5-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-5-1-color"/>
 
162
    <function name="The &quot;color-6-cube-1-5-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-5-2-color"/>
 
163
    <function name="The &quot;color-6-cube-1-5-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-5-3-color"/>
 
164
    <function name="The &quot;color-6-cube-1-5-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-5-4-color"/>
 
165
    <function name="The &quot;color-6-cube-1-5-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-5-5-color"/>
 
166
    <function name="The &quot;color-6-cube-1-5-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-5-6-color"/>
 
167
    <function name="The &quot;color-6-cube-1-6-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-6-1-color"/>
 
168
    <function name="The &quot;color-6-cube-1-6-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-6-2-color"/>
 
169
    <function name="The &quot;color-6-cube-1-6-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-6-3-color"/>
 
170
    <function name="The &quot;color-6-cube-1-6-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-6-4-color"/>
 
171
    <function name="The &quot;color-6-cube-1-6-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-6-5-color"/>
 
172
    <function name="The &quot;color-6-cube-1-6-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-1-6-6-color"/>
 
173
    <function name="The &quot;color-6-cube-2-1-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-1-1-color"/>
 
174
    <function name="The &quot;color-6-cube-2-1-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-1-2-color"/>
 
175
    <function name="The &quot;color-6-cube-2-1-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-1-3-color"/>
 
176
    <function name="The &quot;color-6-cube-2-1-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-1-4-color"/>
 
177
    <function name="The &quot;color-6-cube-2-1-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-1-5-color"/>
 
178
    <function name="The &quot;color-6-cube-2-1-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-1-6-color"/>
 
179
    <function name="The &quot;color-6-cube-2-2-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-2-1-color"/>
 
180
    <function name="The &quot;color-6-cube-2-2-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-2-2-color"/>
 
181
    <function name="The &quot;color-6-cube-2-2-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-2-3-color"/>
 
182
    <function name="The &quot;color-6-cube-2-2-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-2-4-color"/>
 
183
    <function name="The &quot;color-6-cube-2-2-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-2-5-color"/>
 
184
    <function name="The &quot;color-6-cube-2-2-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-2-6-color"/>
 
185
    <function name="The &quot;color-6-cube-2-3-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-3-1-color"/>
 
186
    <function name="The &quot;color-6-cube-2-3-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-3-2-color"/>
 
187
    <function name="The &quot;color-6-cube-2-3-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-3-3-color"/>
 
188
    <function name="The &quot;color-6-cube-2-3-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-3-4-color"/>
 
189
    <function name="The &quot;color-6-cube-2-3-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-3-5-color"/>
 
190
    <function name="The &quot;color-6-cube-2-3-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-3-6-color"/>
 
191
    <function name="The &quot;color-6-cube-2-4-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-4-1-color"/>
 
192
    <function name="The &quot;color-6-cube-2-4-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-4-2-color"/>
 
193
    <function name="The &quot;color-6-cube-2-4-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-4-3-color"/>
 
194
    <function name="The &quot;color-6-cube-2-4-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-4-4-color"/>
 
195
    <function name="The &quot;color-6-cube-2-4-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-4-5-color"/>
 
196
    <function name="The &quot;color-6-cube-2-4-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-4-6-color"/>
 
197
    <function name="The &quot;color-6-cube-2-5-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-5-1-color"/>
 
198
    <function name="The &quot;color-6-cube-2-5-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-5-2-color"/>
 
199
    <function name="The &quot;color-6-cube-2-5-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-5-3-color"/>
 
200
    <function name="The &quot;color-6-cube-2-5-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-5-4-color"/>
 
201
    <function name="The &quot;color-6-cube-2-5-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-5-5-color"/>
 
202
    <function name="The &quot;color-6-cube-2-5-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-5-6-color"/>
 
203
    <function name="The &quot;color-6-cube-2-6-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-6-1-color"/>
 
204
    <function name="The &quot;color-6-cube-2-6-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-6-2-color"/>
 
205
    <function name="The &quot;color-6-cube-2-6-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-6-3-color"/>
 
206
    <function name="The &quot;color-6-cube-2-6-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-6-4-color"/>
 
207
    <function name="The &quot;color-6-cube-2-6-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-6-5-color"/>
 
208
    <function name="The &quot;color-6-cube-2-6-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-2-6-6-color"/>
 
209
    <function name="The &quot;color-6-cube-3-1-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-1-1-color"/>
 
210
    <function name="The &quot;color-6-cube-3-1-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-1-2-color"/>
 
211
    <function name="The &quot;color-6-cube-3-1-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-1-3-color"/>
 
212
    <function name="The &quot;color-6-cube-3-1-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-1-4-color"/>
 
213
    <function name="The &quot;color-6-cube-3-1-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-1-5-color"/>
 
214
    <function name="The &quot;color-6-cube-3-1-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-1-6-color"/>
 
215
    <function name="The &quot;color-6-cube-3-2-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-2-1-color"/>
 
216
    <function name="The &quot;color-6-cube-3-2-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-2-2-color"/>
 
217
    <function name="The &quot;color-6-cube-3-2-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-2-3-color"/>
 
218
    <function name="The &quot;color-6-cube-3-2-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-2-4-color"/>
 
219
    <function name="The &quot;color-6-cube-3-2-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-2-5-color"/>
 
220
    <function name="The &quot;color-6-cube-3-2-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-2-6-color"/>
 
221
    <function name="The &quot;color-6-cube-3-3-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-3-1-color"/>
 
222
    <function name="The &quot;color-6-cube-3-3-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-3-2-color"/>
 
223
    <function name="The &quot;color-6-cube-3-3-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-3-3-color"/>
 
224
    <function name="The &quot;color-6-cube-3-3-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-3-4-color"/>
 
225
    <function name="The &quot;color-6-cube-3-3-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-3-5-color"/>
 
226
    <function name="The &quot;color-6-cube-3-3-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-3-6-color"/>
 
227
    <function name="The &quot;color-6-cube-3-4-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-4-1-color"/>
 
228
    <function name="The &quot;color-6-cube-3-4-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-4-2-color"/>
 
229
    <function name="The &quot;color-6-cube-3-4-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-4-3-color"/>
 
230
    <function name="The &quot;color-6-cube-3-4-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-4-4-color"/>
 
231
    <function name="The &quot;color-6-cube-3-4-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-4-5-color"/>
 
232
    <function name="The &quot;color-6-cube-3-4-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-4-6-color"/>
 
233
    <function name="The &quot;color-6-cube-3-5-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-5-1-color"/>
 
234
    <function name="The &quot;color-6-cube-3-5-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-5-2-color"/>
 
235
    <function name="The &quot;color-6-cube-3-5-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-5-3-color"/>
 
236
    <function name="The &quot;color-6-cube-3-5-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-5-4-color"/>
 
237
    <function name="The &quot;color-6-cube-3-5-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-5-5-color"/>
 
238
    <function name="The &quot;color-6-cube-3-5-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-5-6-color"/>
 
239
    <function name="The &quot;color-6-cube-3-6-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-6-1-color"/>
 
240
    <function name="The &quot;color-6-cube-3-6-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-6-2-color"/>
 
241
    <function name="The &quot;color-6-cube-3-6-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-6-3-color"/>
 
242
    <function name="The &quot;color-6-cube-3-6-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-6-4-color"/>
 
243
    <function name="The &quot;color-6-cube-3-6-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-6-5-color"/>
 
244
    <function name="The &quot;color-6-cube-3-6-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-3-6-6-color"/>
 
245
    <function name="The &quot;color-6-cube-4-1-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-1-1-color"/>
 
246
    <function name="The &quot;color-6-cube-4-1-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-1-2-color"/>
 
247
    <function name="The &quot;color-6-cube-4-1-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-1-3-color"/>
 
248
    <function name="The &quot;color-6-cube-4-1-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-1-4-color"/>
 
249
    <function name="The &quot;color-6-cube-4-1-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-1-5-color"/>
 
250
    <function name="The &quot;color-6-cube-4-1-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-1-6-color"/>
 
251
    <function name="The &quot;color-6-cube-4-2-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-2-1-color"/>
 
252
    <function name="The &quot;color-6-cube-4-2-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-2-2-color"/>
 
253
    <function name="The &quot;color-6-cube-4-2-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-2-3-color"/>
 
254
    <function name="The &quot;color-6-cube-4-2-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-2-4-color"/>
 
255
    <function name="The &quot;color-6-cube-4-2-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-2-5-color"/>
 
256
    <function name="The &quot;color-6-cube-4-2-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-2-6-color"/>
 
257
    <function name="The &quot;color-6-cube-4-3-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-3-1-color"/>
 
258
    <function name="The &quot;color-6-cube-4-3-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-3-2-color"/>
 
259
    <function name="The &quot;color-6-cube-4-3-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-3-3-color"/>
 
260
    <function name="The &quot;color-6-cube-4-3-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-3-4-color"/>
 
261
    <function name="The &quot;color-6-cube-4-3-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-3-5-color"/>
 
262
    <function name="The &quot;color-6-cube-4-3-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-3-6-color"/>
 
263
    <function name="The &quot;color-6-cube-4-4-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-4-1-color"/>
 
264
    <function name="The &quot;color-6-cube-4-4-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-4-2-color"/>
 
265
    <function name="The &quot;color-6-cube-4-4-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-4-3-color"/>
 
266
    <function name="The &quot;color-6-cube-4-4-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-4-4-color"/>
 
267
    <function name="The &quot;color-6-cube-4-4-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-4-5-color"/>
 
268
    <function name="The &quot;color-6-cube-4-4-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-4-6-color"/>
 
269
    <function name="The &quot;color-6-cube-4-5-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-5-1-color"/>
 
270
    <function name="The &quot;color-6-cube-4-5-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-5-2-color"/>
 
271
    <function name="The &quot;color-6-cube-4-5-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-5-3-color"/>
 
272
    <function name="The &quot;color-6-cube-4-5-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-5-4-color"/>
 
273
    <function name="The &quot;color-6-cube-4-5-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-5-5-color"/>
 
274
    <function name="The &quot;color-6-cube-4-5-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-5-6-color"/>
 
275
    <function name="The &quot;color-6-cube-4-6-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-6-1-color"/>
 
276
    <function name="The &quot;color-6-cube-4-6-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-6-2-color"/>
 
277
    <function name="The &quot;color-6-cube-4-6-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-6-3-color"/>
 
278
    <function name="The &quot;color-6-cube-4-6-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-6-4-color"/>
 
279
    <function name="The &quot;color-6-cube-4-6-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-6-5-color"/>
 
280
    <function name="The &quot;color-6-cube-4-6-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-4-6-6-color"/>
 
281
    <function name="The &quot;color-6-cube-5-1-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-1-1-color"/>
 
282
    <function name="The &quot;color-6-cube-5-1-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-1-2-color"/>
 
283
    <function name="The &quot;color-6-cube-5-1-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-1-3-color"/>
 
284
    <function name="The &quot;color-6-cube-5-1-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-1-4-color"/>
 
285
    <function name="The &quot;color-6-cube-5-1-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-1-5-color"/>
 
286
    <function name="The &quot;color-6-cube-5-1-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-1-6-color"/>
 
287
    <function name="The &quot;color-6-cube-5-2-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-2-1-color"/>
 
288
    <function name="The &quot;color-6-cube-5-2-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-2-2-color"/>
 
289
    <function name="The &quot;color-6-cube-5-2-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-2-3-color"/>
 
290
    <function name="The &quot;color-6-cube-5-2-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-2-4-color"/>
 
291
    <function name="The &quot;color-6-cube-5-2-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-2-5-color"/>
 
292
    <function name="The &quot;color-6-cube-5-2-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-2-6-color"/>
 
293
    <function name="The &quot;color-6-cube-5-3-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-3-1-color"/>
 
294
    <function name="The &quot;color-6-cube-5-3-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-3-2-color"/>
 
295
    <function name="The &quot;color-6-cube-5-3-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-3-3-color"/>
 
296
    <function name="The &quot;color-6-cube-5-3-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-3-4-color"/>
 
297
    <function name="The &quot;color-6-cube-5-3-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-3-5-color"/>
 
298
    <function name="The &quot;color-6-cube-5-3-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-3-6-color"/>
 
299
    <function name="The &quot;color-6-cube-5-4-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-4-1-color"/>
 
300
    <function name="The &quot;color-6-cube-5-4-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-4-2-color"/>
 
301
    <function name="The &quot;color-6-cube-5-4-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-4-3-color"/>
 
302
    <function name="The &quot;color-6-cube-5-4-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-4-4-color"/>
 
303
    <function name="The &quot;color-6-cube-5-4-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-4-5-color"/>
 
304
    <function name="The &quot;color-6-cube-5-4-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-4-6-color"/>
 
305
    <function name="The &quot;color-6-cube-5-5-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-5-1-color"/>
 
306
    <function name="The &quot;color-6-cube-5-5-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-5-2-color"/>
 
307
    <function name="The &quot;color-6-cube-5-5-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-5-3-color"/>
 
308
    <function name="The &quot;color-6-cube-5-5-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-5-4-color"/>
 
309
    <function name="The &quot;color-6-cube-5-5-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-5-5-color"/>
 
310
    <function name="The &quot;color-6-cube-5-5-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-5-6-color"/>
 
311
    <function name="The &quot;color-6-cube-5-6-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-6-1-color"/>
 
312
    <function name="The &quot;color-6-cube-5-6-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-6-2-color"/>
 
313
    <function name="The &quot;color-6-cube-5-6-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-6-3-color"/>
 
314
    <function name="The &quot;color-6-cube-5-6-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-6-4-color"/>
 
315
    <function name="The &quot;color-6-cube-5-6-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-6-5-color"/>
 
316
    <function name="The &quot;color-6-cube-5-6-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-5-6-6-color"/>
 
317
    <function name="The &quot;color-6-cube-6-1-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-1-1-color"/>
 
318
    <function name="The &quot;color-6-cube-6-1-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-1-2-color"/>
 
319
    <function name="The &quot;color-6-cube-6-1-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-1-3-color"/>
 
320
    <function name="The &quot;color-6-cube-6-1-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-1-4-color"/>
 
321
    <function name="The &quot;color-6-cube-6-1-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-1-5-color"/>
 
322
    <function name="The &quot;color-6-cube-6-1-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-1-6-color"/>
 
323
    <function name="The &quot;color-6-cube-6-2-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-2-1-color"/>
 
324
    <function name="The &quot;color-6-cube-6-2-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-2-2-color"/>
 
325
    <function name="The &quot;color-6-cube-6-2-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-2-3-color"/>
 
326
    <function name="The &quot;color-6-cube-6-2-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-2-4-color"/>
 
327
    <function name="The &quot;color-6-cube-6-2-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-2-5-color"/>
 
328
    <function name="The &quot;color-6-cube-6-2-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-2-6-color"/>
 
329
    <function name="The &quot;color-6-cube-6-3-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-3-1-color"/>
 
330
    <function name="The &quot;color-6-cube-6-3-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-3-2-color"/>
 
331
    <function name="The &quot;color-6-cube-6-3-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-3-3-color"/>
 
332
    <function name="The &quot;color-6-cube-6-3-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-3-4-color"/>
 
333
    <function name="The &quot;color-6-cube-6-3-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-3-5-color"/>
 
334
    <function name="The &quot;color-6-cube-6-3-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-3-6-color"/>
 
335
    <function name="The &quot;color-6-cube-6-4-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-4-1-color"/>
 
336
    <function name="The &quot;color-6-cube-6-4-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-4-2-color"/>
 
337
    <function name="The &quot;color-6-cube-6-4-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-4-3-color"/>
 
338
    <function name="The &quot;color-6-cube-6-4-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-4-4-color"/>
 
339
    <function name="The &quot;color-6-cube-6-4-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-4-5-color"/>
 
340
    <function name="The &quot;color-6-cube-6-4-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-4-6-color"/>
 
341
    <function name="The &quot;color-6-cube-6-5-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-5-1-color"/>
 
342
    <function name="The &quot;color-6-cube-6-5-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-5-2-color"/>
 
343
    <function name="The &quot;color-6-cube-6-5-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-5-3-color"/>
 
344
    <function name="The &quot;color-6-cube-6-5-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-5-4-color"/>
 
345
    <function name="The &quot;color-6-cube-6-5-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-5-5-color"/>
 
346
    <function name="The &quot;color-6-cube-6-5-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-5-6-color"/>
 
347
    <function name="The &quot;color-6-cube-6-6-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-6-1-color"/>
 
348
    <function name="The &quot;color-6-cube-6-6-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-6-2-color"/>
 
349
    <function name="The &quot;color-6-cube-6-6-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-6-3-color"/>
 
350
    <function name="The &quot;color-6-cube-6-6-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-6-4-color"/>
 
351
    <function name="The &quot;color-6-cube-6-6-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-6-5-color"/>
 
352
    <function name="The &quot;color-6-cube-6-6-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-color-6-cube-6-6-6-color"/>
 
353
    <function name="The &quot;cursor-background-color&quot; style property" link="VteTerminal.html#VteTerminal--s-cursor-background-color"/>
 
354
    <function name="The &quot;cursor-blink-mode&quot; style property" link="VteTerminal.html#VteTerminal--s-cursor-blink-mode"/>
 
355
    <function name="The &quot;cursor-effect&quot; style property" link="VteTerminal.html#VteTerminal--s-cursor-effect"/>
 
356
    <function name="The &quot;cursor-shape&quot; style property" link="VteTerminal.html#VteTerminal--s-cursor-shape"/>
 
357
    <function name="The &quot;cyan-color&quot; style property" link="VteTerminal.html#VteTerminal--s-cyan-color"/>
 
358
    <function name="The &quot;dim-foreground-color&quot; style property" link="VteTerminal.html#VteTerminal--s-dim-foreground-color"/>
 
359
    <function name="The &quot;font&quot; style property" link="VteTerminal.html#VteTerminal--s-font"/>
 
360
    <function name="The &quot;foreground-color&quot; style property" link="VteTerminal.html#VteTerminal--s-foreground-color"/>
 
361
    <function name="The &quot;green-color&quot; style property" link="VteTerminal.html#VteTerminal--s-green-color"/>
 
362
    <function name="The &quot;magenta-color&quot; style property" link="VteTerminal.html#VteTerminal--s-magenta-color"/>
 
363
    <function name="The &quot;red-color&quot; style property" link="VteTerminal.html#VteTerminal--s-red-color"/>
 
364
    <function name="The &quot;reverse&quot; style property" link="VteTerminal.html#VteTerminal--s-reverse"/>
 
365
    <function name="The &quot;reverse-background-color&quot; style property" link="VteTerminal.html#VteTerminal--s-reverse-background-color"/>
 
366
    <function name="The &quot;reverse-effect&quot; style property" link="VteTerminal.html#VteTerminal--s-reverse-effect"/>
 
367
    <function name="The &quot;scroll-background&quot; style property" link="VteTerminal.html#VteTerminal--s-scroll-background"/>
 
368
    <function name="The &quot;selection-background-color&quot; style property" link="VteTerminal.html#VteTerminal--s-selection-background-color"/>
 
369
    <function name="The &quot;selection-effect&quot; style property" link="VteTerminal.html#VteTerminal--s-selection-effect"/>
 
370
    <function name="The &quot;shade-24-shades-1-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-1-color"/>
 
371
    <function name="The &quot;shade-24-shades-10-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-10-color"/>
 
372
    <function name="The &quot;shade-24-shades-11-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-11-color"/>
 
373
    <function name="The &quot;shade-24-shades-12-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-12-color"/>
 
374
    <function name="The &quot;shade-24-shades-13-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-13-color"/>
 
375
    <function name="The &quot;shade-24-shades-14-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-14-color"/>
 
376
    <function name="The &quot;shade-24-shades-15-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-15-color"/>
 
377
    <function name="The &quot;shade-24-shades-16-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-16-color"/>
 
378
    <function name="The &quot;shade-24-shades-17-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-17-color"/>
 
379
    <function name="The &quot;shade-24-shades-18-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-18-color"/>
 
380
    <function name="The &quot;shade-24-shades-19-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-19-color"/>
 
381
    <function name="The &quot;shade-24-shades-2-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-2-color"/>
 
382
    <function name="The &quot;shade-24-shades-20-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-20-color"/>
 
383
    <function name="The &quot;shade-24-shades-21-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-21-color"/>
 
384
    <function name="The &quot;shade-24-shades-22-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-22-color"/>
 
385
    <function name="The &quot;shade-24-shades-23-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-23-color"/>
 
386
    <function name="The &quot;shade-24-shades-24-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-24-color"/>
 
387
    <function name="The &quot;shade-24-shades-3-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-3-color"/>
 
388
    <function name="The &quot;shade-24-shades-4-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-4-color"/>
 
389
    <function name="The &quot;shade-24-shades-5-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-5-color"/>
 
390
    <function name="The &quot;shade-24-shades-6-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-6-color"/>
 
391
    <function name="The &quot;shade-24-shades-7-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-7-color"/>
 
392
    <function name="The &quot;shade-24-shades-8-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-8-color"/>
 
393
    <function name="The &quot;shade-24-shades-9-color&quot; style property" link="VteTerminal.html#VteTerminal--s-shade-24-shades-9-color"/>
 
394
    <function name="The &quot;white-color&quot; style property" link="VteTerminal.html#VteTerminal--s-white-color"/>
 
395
    <function name="The &quot;yellow-color&quot; style property" link="VteTerminal.html#VteTerminal--s-yellow-color"/>
174
396
    <function name="The &quot;beep&quot; signal" link="VteTerminal.html#VteTerminal-beep"/>
175
397
    <function name="The &quot;char-size-changed&quot; signal" link="VteTerminal.html#VteTerminal-char-size-changed"/>
176
398
    <function name="The &quot;child-exited&quot; signal" link="VteTerminal.html#VteTerminal-child-exited"/>
204
426
    <function name="enum VtePtyFlags" link="vte-Vte-PTY.html#VtePtyFlags"/>
205
427
    <function name="enum VtePtyError" link="vte-Vte-PTY.html#VtePtyError"/>
206
428
    <function name="VtePty" link="vte-Vte-PTY.html#VtePty-struct"/>
207
 
    <function name="vte_pty_new ()" link="vte-Vte-PTY.html#vte-pty-new"/>
208
 
    <function name="vte_pty_new_foreign ()" link="vte-Vte-PTY.html#vte-pty-new-foreign"/>
 
429
    <function name="vte_pty_new_sync ()" link="vte-Vte-PTY.html#vte-pty-new-sync"/>
 
430
    <function name="vte_pty_new_foreign_sync ()" link="vte-Vte-PTY.html#vte-pty-new-foreign-sync"/>
209
431
    <function name="vte_pty_close ()" link="vte-Vte-PTY.html#vte-pty-close"/>
210
432
    <function name="vte_pty_child_setup ()" link="vte-Vte-PTY.html#vte-pty-child-setup"/>
211
433
    <function name="vte_pty_get_fd ()" link="vte-Vte-PTY.html#vte-pty-get-fd"/>
216
438
    <function name="The &quot;fd&quot; property" link="vte-Vte-PTY.html#VtePty--fd"/>
217
439
    <function name="The &quot;flags&quot; property" link="vte-Vte-PTY.html#VtePty--flags"/>
218
440
    <function name="The &quot;term&quot; property" link="vte-Vte-PTY.html#VtePty--term"/>
219
 
    <function name="VteTerminalAccessible" link="VteTerminalAccessible.html#VteTerminalAccessible-struct"/>
220
 
    <function name="vte_terminal_accessible_new ()" link="VteTerminalAccessible.html#vte-terminal-accessible-new"/>
221
 
    <function name="VteReaper" link="VteReaper.html#VteReaper-struct"/>
222
 
    <function name="vte_reaper_add_child ()" link="VteReaper.html#vte-reaper-add-child"/>
223
 
    <function name="vte_reaper_get ()" link="VteReaper.html#vte-reaper-get"/>
224
 
    <function name="The &quot;child-exited&quot; signal" link="VteReaper.html#VteReaper-child-exited"/>
225
441
  </functions>
226
442
</book>