[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkEditableInterface

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgtk3.pas line 6198

type TGtkEditableInterface = object

  base_iface: TGTypeInterface;

  

  insert_text: ;

  

  delete_text: ;

  

  changed: ;

  

  do_insert_text: ;

  

  do_delete_text: ;

  

  get_chars: ;

  

  set_selection_bounds: ;

  

  get_selection_bounds: ;

  

  set_position: ;

  

  get_position: ;

  

end;

Inheritance

TGtkEditableInterface