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

TGtkColorSelection

Declaration

Source position: gtkcolorsel.pp line 12

type TGtkColorSelection = record

  vbox: TGtkVBox;

  wheel_area: PGtkWidget;

  value_area: PGtkWidget;

  sample_area: PGtkWidget;

  sample_area_eb: PGtkWidget;

  scales: array [0..7] of PGtkWidget;

  entries: array [0..7] of PGtkWidget;

  opacity_label: PGtkWidget;

  wheel_gc: PGdkGC;

  value_gc: PGdkGC;

  sample_gc: PGdkGC;

  policy: TGtkUpdateType;

  use_opacity: gint;

  timer_active: gint;

  timer_tag: gint;

  values: array [0..7] of gdouble;

  old_values: array [0..7] of gdouble;

  wheel_buf: Pguchar;

  value_buf: Pguchar;

  sample_buf: Pguchar;

end;


Documentation generated on: 2023-03-18