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

TGtkStyle

Declaration

Source position: gtkstyle.inc line 30

type TGtkStyle = record

  parent_instance: TGObject;

  fg: array [0..4] of TGdkColor;

  bg: array [0..4] of TGdkColor;

  light: array [0..4] of TGdkColor;

  dark: array [0..4] of TGdkColor;

  mid: array [0..4] of TGdkColor;

  text: array [0..4] of TGdkColor;

  base: array [0..4] of TGdkColor;

  text_aa: array [0..4] of TGdkColor;

  black: TGdkColor;

  white: TGdkColor;

  font_desc: PPangoFontDescription;

  xthickness: gint;

  ythickness: gint;

  fg_gc: array [0..4] of PGdkGC;

  bg_gc: array [0..4] of PGdkGC;

  light_gc: array [0..4] of PGdkGC;

  dark_gc: array [0..4] of PGdkGC;

  mid_gc: array [0..4] of PGdkGC;

  text_gc: array [0..4] of PGdkGC;

  base_gc: array [0..4] of PGdkGC;

  text_aa_gc: array [0..4] of PGdkGC;

  black_gc: PGdkGC;

  white_gc: PGdkGC;

  bg_pixmap: array [0..4] of PGdkPixmap;

  attach_count: gint;

  depth: gint;

  colormap: PGdkColormap;

  private_font: PGdkFont;

  private_font_desc: PPangoFontDescription;

  rc_style: PGtkRcStyle;

  styles: PGSList;

  property_cache: PGArray;

  icon_factories: PGSList;

end;


Documentation generated on: 2023-03-18