WIP: cleaned (at least previous work) > can now go on : gtk_tree_list_model_new()

This commit is contained in:
Jean Sirmai 2024-01-31 13:50:17 +01:00
parent 393f3d81ba
commit 55f5dd461d
Signed by: jean
GPG Key ID: FB3115C340E057E3
1 changed files with 3 additions and 3 deletions

View File

@ -67,9 +67,9 @@ static void on_selection_change (GtkStringList *my_selection_model, guint posit
nombre d'éléments ayant changé d'état = %2d\n",
g_list_model_get_n_items (G_LIST_MODEL (my_selection_model)),
g_list_model_get_item_type(G_LIST_MODEL (my_selection_model)),
position, "debug", 0);
/* gtk_string_list_get_string (my_selection_model, position), // GTK_STRING_LIST ? */
/* n_items ); */
position,
gtk_string_object_get_string (g_list_model_get_item (my_selection_model, position)),
n_items);
}
//-------------------------------------------------------------------------------------------------------------------------------------------