Unit 'gtk2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gtk2]

TGtkEntryClass

Declaration

Source position: gtkentry.inc line 57

type TGtkEntryClass = record

  parent_class: TGtkWidgetClass;

  populate_popup: procedure(

  entry: PGtkEntry;

  menu: PGtkMenu

);

  activate: procedure(

  entry: PGtkEntry

);

  move_cursor: procedure(

  entry: PGtkEntry;

  step: TGtkMovementStep;

  count: gint;

  extend_selection: gboolean

);

  insert_at_cursor: procedure(

  entry: PGtkEntry;

  str: Pgchar

);

  delete_from_cursor: procedure(

  entry: PGtkEntry;

  _type: TGtkDeleteType;

  count: gint

);

  cut_clipboard: procedure(

  entry: PGtkEntry

);

  copy_clipboard: procedure(

  entry: PGtkEntry

);

  paste_clipboard: procedure(

  entry: PGtkEntry

);

  toggle_overwrite: procedure(

  entry: PGtkEntry

);

  _gtk_reserved1: procedure;

  _gtk_reserved2: procedure;

  _gtk_reserved3: procedure;

  _gtk_reserved4: procedure;

end;


Documentation generated on: 2023-03-18