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

gtk_box_set_child_packing

Declaration

Source position: lazgtk3.pas line 17377

procedure gtk_box_set_child_packing(

  box: PGtkBox;

  child: PGtkWidget;

  expand: gboolean;

  fill: gboolean;

  padding: guint;

  pack_type: TGtkPackType

);