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

TGtkTextAppearanceBitfield0

Declaration

Source position: lazgtk3.pas line 13276

type TGtkTextAppearanceBitfield0 = bitpacked record

  underline: guint4;

  

  strikethrough: guint1;

  

  draw_bg: guint1;

  

  inside_selection: guint1;

  

  is_text: guint1;

  

end;