Method: Fox::FXScintilla#registerRGBAImage

Defined in:
lib/fox16/scintilla.rb

#registerRGBAImage(type, pixels) ⇒ Object

Register an RGBA image for use in autocompletion lists. It has the width and height from RGBAImageSetWidth/Height



3507
3508
3509
# File 'lib/fox16/scintilla.rb', line 3507

def registerRGBAImage(type, pixels)
  sendMessage(2627, type, pixels)
end