WIP: cleaned (at least previous work) > can now go on : gtk_tree_list_model_new()
This commit is contained in:
parent
393f3d81ba
commit
55f5dd461d
|
@ -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);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue