Method: Fox::FXScintilla#marginSetStyle
- Defined in:
- lib/fox16/scintilla.rb
#marginSetStyle(line, style) ⇒ Object
Set the style number for the text margin for a line
2846 2847 2848 |
# File 'lib/fox16/scintilla.rb', line 2846 def marginSetStyle(line, style) sendMessage(2532, line, style) end |