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

TGtkRBNode

Declaration

Source position: gtkrbtree.inc line 41

type TGtkRBNode = record

  flag0: Word;

  left: PGtkRBNode;

  right: PGtkRBNode;

  parent: PGtkRBNode;

  count: gint;

  offset: gint;

  children: PGtkRBTree;

end;


Documentation generated on: 2023-03-18