Method: Fox::FXScintilla#autoCGetTypeSeparator
- Defined in:
- lib/fox16/scintilla.rb
#autoCGetTypeSeparator ⇒ Object
Retrieve the auto-completion list type-separator character.
1001 1002 1003 |
# File 'lib/fox16/scintilla.rb', line 1001 def autoCGetTypeSeparator sendMessage(2285, 0, 0) end |