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

gtk_list_box_bind_model

Declaration

Source position: lazgtk3.pas line 17916

procedure gtk_list_box_bind_model(

  box: PGtkListBox;

  model: PGListModel;

  create_widget_func: TGtkListBoxCreateWidgetFunc;

  user_data: gpointer;

  user_data_free_func: TGDestroyNotify

);