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

TGtkTextLineSegment

Declaration

Source position: gtktextsegment.inc line 58

type TGtkTextLineSegment = record

  _type: PGtkTextLineSegmentClass;

  next: PGtkTextLineSegment;

  char_count: LongInt;

  byte_count: LongInt;

  body: record

    case LongInt of

      0: (

          chars: array [0..3] of char;

        );

      1: (

          toggle: TGtkTextToggleBody;

        );

      2: (

          mark: TGtkTextMarkBody;

        );

      3: (

          pixbuf: TGtkTextPixbuf;

        );

      4: (

          child: TGtkTextChildBody;

        );

  end;

end;


Documentation generated on: 2023-03-18