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

TGtkStyleClass.draw_box_gap

Declaration

Source position: lazgtk3.pas line 13005

TGtkStyleClass.draw_box_gap : procedure(

  style: PGtkStyle;

  cr: Pcairo_t;

  state_type: TGtkStateType;

  shadow_type: TGtkShadowType;

  widget: PGtkWidget;

  detail: Pgchar;

  x: gint;

  y: gint;

  width: gint;

  height: gint;

  gap_side: TGtkPositionType;

  gap_x: gint;

  gap_width: gint

);