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

TGtkStyle

Declaration

Source position: gtkwidget.pp line 208

type TGtkStyle = record

  klass: PGtkStyleClass;

  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;

  black: TGdkColor;

  white: TGdkColor;

  font: PGdkFont;

  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;

  black_gc: PGdkGC;

  white_gc: PGdkGC;

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

  ref_count: gint;

  attach_count: gint;

  depth: gint;

  colormap: PGdkColormap;

  engine: PGtkThemeEngine;

  engine_data: gpointer;

  rc_style: PGtkRcStyle;

  styles: PGSList;

end;


Documentation generated on: 2023-03-18