[Top]
GTK2
GTK2.SourceBuffer
|
Method GTK2.SourceBuffer()->set_bracket_match_style()
- Method
set_bracket_match_style
GTK2.SourceBuffer set_bracket_match_style(mapping style)
- Description
Sets the style used for highlighting matching brackets.
<code>
([ "default": boolean,
"mask": int,
"foreground": GDK2.Color,
"background": GDK2.Color,
"italic": boolean,
"bold": boolean,
"underline": boolean,
"strikethrough": boolean
]);
</code>
|