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

TGtkStyle

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgtk3.pas line 8617

type TGtkStyle = object(TGObject)

  fg: ;

  

  bg: ;

  

  light: ;

  

  dark: ;

  

  mid: ;

  

  text: ;

  

  base: ;

  

  text_aa: ;

  

  black: TGdkColor;

  

  white: TGdkColor;

  

  font_desc: PPangoFontDescription;

  

  xthickness: gint;

  

  ythickness: gint;

  

  background: ;

  

  attach_count: gint;

  

  visual: PGdkVisual;

  

  private_font_desc: PPangoFontDescription;

  

  rc_style: PGtkRcStyle;

  

  styles: PGSList;

  

  property_cache: Pgpointer;

  

  icon_factories: PGSList;

  

  procedure get_style_property();

  

  function has_context;

  

end;

Inheritance

TGtkStyle

  

TGObject