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

TGtkTextAppearance

Declaration

Source position: lazgtk3.pas line 13285

type TGtkTextAppearance = record

  bg_color: TGdkColor;

  

  fg_color: TGdkColor;

  

  rise: gint;

  

  Bitfield0: TGtkTextAppearanceBitfield0;

  

  case LongInt of

    0: (

        rgba: array [0..1] of PGdkRGBA;

  

      );

    1: (

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

  

      );

end;