Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK2
GTK2.SourceBuffer

Method GTK2.SourceBuffer()->set_check_brackets()


Method set_check_brackets

GTK2.SourceBuffer set_check_brackets(int setting)

Description

Controls the bracket match highlighting function in the buffer. If activated, when you position your cursor over a bracket character (a parenthesis, a square bracket, etc.) the matching opening or closing bracket character will be highlighted. You can specify the style with the set_bracket_match_style() function.