Go to file
Jean Sirmai 78ebd86cb5
src/widget/main_window/design First visible window (with memory leaks)
To display this minimal window, three files and two functions must be
added simultaneously:

- include/widget/h
- src/manager.c
- src/main_window/design.c

main() now contains: g_signal_connect (on_windows_activation);
on_windows_activation () is in src/manager.c and calls
widget_main_window () which is in src/main_window/design.c

NB  The iconic image of E coli drawn by David S. Goodsell in 2009
is reproduced here with permission.

One goal of Gem-graph is to animate such static representations
i.e. use the best anatomy to try to achieve good physiology.
2024-11-15 19:13:06 +01:00
data src/*, simple Gtk application 2024-11-01 23:53:24 +01:00
docs src/widget/main_window/design First visible window (with memory leaks) 2024-11-15 19:13:06 +01:00
include src/widget/main_window/design First visible window (with memory leaks) 2024-11-15 19:13:06 +01:00
scripts scripts/*: add a script that can list every function name 2024-11-01 23:54:39 +01:00
src src/widget/main_window/design First visible window (with memory leaks) 2024-11-15 19:13:06 +01:00
.gitignore docs/*: integrate doxygen, create a documentation zone, adds notes 2024-11-01 23:54:43 +01:00
COPYING src/*, simple Gtk application 2024-11-01 23:53:24 +01:00
Makefile docs/*: integrate doxygen, create a documentation zone, adds notes 2024-11-01 23:54:43 +01:00
manifest.scm src/*, simple Gtk application 2024-11-01 23:53:24 +01:00