[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'geanyplugin' (#fpgeanyplugin)

TScintillaClass

Declaration

Source position: geanybindings.inc line 161

type TScintillaClass = record

  parent_class: TGtkContainerClass;

  

  command: procedure(

  

  var sci: TScintillaObject;

  cmd: LongInt;

  var window: TGtkWidget

);

  notify: procedure(

  

  var sci: TScintillaObject;

  id: LongInt;

  var scn: TSCNotification

);

end;