Jean Sirmai jean
  • Joined on 2023-10-16
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-31 14:57:24 +01:00
561adc8b85 WIP: cleaned (alittle more) > can now go on : gtk_tree_list_model_new()
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-31 13:50:25 +01:00
55f5dd461d WIP: cleaned (at least previous work) > can now go on : gtk_tree_list_model_new()
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-31 13:09:07 +01:00
393f3d81ba WIP: j'apprivoise : gtk_tree_list_model_new(...) dans l'espoir d'ajouter des enfants à des items de ma liste
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-31 12:36:25 +01:00
667a9c83c7 WIP: Tiens ? J'imprime des '1' jusqu'à l'erreur de segmentation. Pourquoi ?
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-30 22:57:33 +01:00
104455593f WIP: micro commit
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-30 12:45:45 +01:00
d221074f2e WIP: gchar *my_child_array[] = {1, 2, 3, NULL};... trying to append that to a parent item.
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-30 00:00:42 +01:00
348d4877cb WIP: cleaning
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-29 22:51:19 +01:00
2d64975c22 WIP: GtkTreeListModel *my_tree_list_model = gtk_tree_list_model_new (...) (110)
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-24 11:54:07 +01:00
22d127d1c0 WIP: cleaning
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-24 10:25:05 +01:00
e9f147a60a WIP: static void on_activating_this_expander (GtkExpander *my_expander, gpointer my_data){}
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-24 10:11:36 +01:00
b1fc18d941 WIP: GtkWidget *my_expander = gtk_expander_new (my_expander); < OK
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-24 09:19:11 +01:00
9260e2f7ff WIP: Matthias Clasen (compiled) Note that the model is never populated with data — that is left as an exercise for the reader.
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-23 23:02:59 +01:00
81007820bf WIP: (from list to tree) Many questions (but only few answers)
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-23 12:10:56 +01:00
a54454556a WIP: unbind_cb() and teardown_cb() seems to have no effect. Why ?
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-23 11:44:10 +01:00
8094259bb2 WIP: item value (a string) = gtk_string_object_get_string (g_list_model_get_item (selection_model, position))
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-22 21:11:59 +01:00
baf6263d15 WIP: on_selection_change() affiche le premier élement ayant changé d'état et le nombre d'éléments ayant changé d'état
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-22 09:54:12 +01:00
556a7f0c69 WIP: How to get the selected item(s) values ? (here are some unsatisfactory results)
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-22 08:40:28 +01:00
06ed50bf61 WIP: learning how to use selections (clumsy: await next commit)
jean pushed to dev/ui-simple-tree at gem-graph/gem-graph-client 2024-01-22 08:04:58 +01:00
1a57b936c3 WIP: printf(%sn, gtk_string_object_get_string (strobj)); line 44