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

TScintillaClass

Declaration

Source position: geanybindings.inc line 132

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;