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

TGtkThemeEngine

Declaration

Source position: gtkwidget.pp line 190

type TGtkThemeEngine = record

  parse_rc_style: function(

  scanner: PGScanner;

  rc_style: PGtkRcStyle

):guint;

  merge_rc_style: procedure(

  dest: PGtkRcStyle;

  src: PGtkRcStyle

);

  rc_style_to_style: procedure(

  style: PGtkStyle;

  rc_style: PGtkRcStyle

);

  duplicate_style: procedure(

  dest: PGtkStyle;

  src: PGtkStyle

);

  realize_style: procedure(

  new_style: PGtkStyle

);

  unrealize_style: procedure(

  new_style: PGtkStyle

);

  destroy_rc_style: procedure(

  rc_style: PGtkRcStyle

);

  destroy_style: procedure(

  style: PGtkStyle

);

  set_background: procedure(

  style: PGtkStyle;

  window: PGdkWindow;

  state_type: TGtkStateType

);

end;


Documentation generated on: 2023-03-18