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

TGtkTextAttributes_union_

Declaration

Source position: lazgtk3.pas line 13320

type TGtkTextAttributes_union_ = record

  case LongInt of

    0: (

        font_features: Pgchar;

  

      );

    1: (

        padding: array [0..1] of guint;

  

      );

end;