Prototypes de fenêtres client en Gtk4. Le but n'est pas de finaliser le code mais d'explorer des dispositions de widgets à la fois simples et ergonomiques (du point de vue utilisateur) en n'utilisant pas le mécanisme GtkBuilder
Go to file
Jean Sirmai ab9bfd5f92
La création des noeuds et leur ajout sont ok. Qu'est-ce qui cloche ?
2024-05-22 22:52:01 +02:00
image Merci Adrien pour l'explication des pointeurs sur fonctions. Ça marche 2024-05-22 07:44:50 +02:00
(notes) un p'tit commit avant de connecter tout ça (^z < on en reparlera) 2024-05-16 17:20:44 +02:00
COPYING First commit : a simple window with a button which prints 'Hello, World' 2024-04-20 11:17:01 +02:00
Makefile Makefile (+) #define W_GL_AREA 1800 - 34 #define H_GL_AREA 1000 - 6 2024-05-05 20:53:52 +02:00
cold.c cleaning Allocation height too small. Tried 60x409, but GtkBox needs at least 60x438. 2024-05-08 23:43:23 +02:00
cold.h cleaning Allocation height too small. Tried 60x409, but GtkBox needs at least 60x438. 2024-05-08 23:43:23 +02:00
contain.c un p'tit clean et c'est Ok pour l'arbre. Comment gérer les données, maintenant ? 2024-05-22 08:10:52 +02:00
contain.h arbre GTK4 après nettoyage < prêt à être étudié 2024-05-14 22:03:49 +02:00
display.c (cleaning) using assert() instead of if (...) {} else {} 2024-05-22 08:59:32 +02:00
display.h g_signal_connect (factory, setup, G_CALLBACK(on_experimental_tree_setup_factory), NULL); < comme si je n'appelais pas; < pourquoi ? 2024-05-15 11:41:58 +02:00
hot.c La création des noeuds et leur ajout sont ok. Qu'est-ce qui cloche ? 2024-05-22 22:52:01 +02:00
hot.h (cleaning) using assert() instead of if (...) {} else {} 2024-05-22 08:59:32 +02:00
junk Makefile (+) #define W_GL_AREA 1800 - 34 #define H_GL_AREA 1000 - 6 2024-05-05 20:53:52 +02:00
main.c pages >> contain & widgets >> display 2024-05-10 06:19:20 +02:00
texts.c cleaning Allocation height too small. Tried 60x409, but GtkBox needs at least 60x438. 2024-05-08 23:43:23 +02:00
texts.h cleaning Allocation height too small. Tried 60x409, but GtkBox needs at least 60x438. 2024-05-08 23:43:23 +02:00
warm.c Merci Adrien pour l'explication des pointeurs sur fonctions. Ça marche 2024-05-22 07:44:50 +02:00
warm.h pages >> contain & widgets >> display 2024-05-10 06:19:20 +02:00