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

TGtkStyleClass.draw_option

Declaration

Source position: lazgtk3.pas line 13002

TGtkStyleClass.draw_option : procedure(

  style: PGtkStyle;

  cr: Pcairo_t;

  state_type: TGtkStateType;

  shadow_type: TGtkShadowType;

  widget: PGtkWidget;

  detail: Pgchar;

  x: gint;

  y: gint;

  width: gint;

  height: gint

);