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

TGtkCellLayoutIface

Declaration

Source position: gtkcelllayout.inc line 16

type TGtkCellLayoutIface = record

  g_iface: TGTypeInterface;

  pack_start: procedure(

  cell_layout: PGtkCellLayout;

  cell: PGtkCellRenderer;

  expand: gboolean

);

  pack_end: procedure(

  cell_layout: PGtkCellLayout;

  cell: PGtkCellRenderer;

  expand: gboolean

);

  clear: procedure(

  cell_layout: PGtkCellLayout

);

  add_attribute: procedure(

  cell_layout: PGtkCellLayout;

  cell: PGtkCellRenderer;

  attribute: Pgchar;

  column: gint

);

  set_cell_data_func: procedure(

  cell_layout: PGtkCellLayout;

  cell: PGtkCellRenderer;

  func: TGtkCellLayoutDataFunc;

  func_data: gpointer;

  destroy: TGDestroyNotify

);

  clear_attributes: procedure(

  cell_layout: PGtkCellLayout;

  cell: PGtkCellRenderer

);

  reorder: procedure(

  cell_layout: PGtkCellLayout;

  cell: PGtkCellRenderer;

  position: gint

);

end;


Documentation generated on: 2023-03-18