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

gtk_adjustment_new

Declaration

Source position: lazgtk3.pas line 15251

function gtk_adjustment_new(

  value: gdouble;

  lower: gdouble;

  upper: gdouble;

  step_increment: gdouble;

  page_increment: gdouble;

  page_size: gdouble

):PGtkAdjustment;