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

TGtkStyleClass.draw_hline

Declaration

Source position: lazgtk3.pas line 12994

TGtkStyleClass.draw_hline : procedure(

  style: PGtkStyle;

  cr: Pcairo_t;

  state_type: TGtkStateType;

  widget: PGtkWidget;

  detail: Pgchar;

  x1: gint;

  x2: gint;

  y: gint

);