WIP: cleaning ...
This commit is contained in:
parent
e0b05189c3
commit
b978bcfe20
|
@ -27,8 +27,8 @@
|
|||
/* */
|
||||
/* E coli by David S. Goodsell (2009) */
|
||||
/* --- */
|
||||
/* Let this freeze frame guide us towards the model */
|
||||
/* that alone can account for the phenomenon ! */
|
||||
/* Knowing that only a dynamic model can explain this phenomenon, */
|
||||
/* let's let this beautiful freeze frame be our guide. */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
//******************************************************************************/
|
||||
/******************************************************************************/
|
||||
/* */
|
||||
/* E coli by David S. Goodsell (2009) */
|
||||
/* --- */
|
||||
/* Let this freeze frame guide us towards the model */
|
||||
/* that alone can account for the phenomenon ! */
|
||||
/* Knowing that only a dynamic model can explain this phenomenon, */
|
||||
/* let's let this beautiful freeze frame be our guide. */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
/* */
|
||||
/* E coli by David S. Goodsell (2009) */
|
||||
/* --- */
|
||||
/* Let this freeze frame guide us towards the model */
|
||||
/* that alone can account for the phenomenon ! */
|
||||
/* Knowing that only a dynamic model can explain this phenomenon, */
|
||||
/* let's let this beautiful freeze frame be our guide. */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "../../include/ui.h"
|
||||
|
||||
#define COMMUTE 0 // 0 first design (2023) based on <gemgraph.ui> XML data
|
||||
#define COMMUTE 1 // 0 first design (2023) based on <gemgraph.ui> XML data
|
||||
// 1 2024 May design, free of the XML encryption mechanism
|
||||
|
||||
/* Window actual presentation on screen */
|
||||
|
|
|
@ -1,37 +0,0 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!-- Created with Cambalache 0.14.0 -->
|
||||
<interface>
|
||||
<!-- interface-name gem-graph.ui -->
|
||||
<requires lib="gtk" version="4.6"/>
|
||||
<template class="GemGraphClientWindow" parent="GtkApplicationWindow">
|
||||
<property name="icon-name">application-x-executable</property>
|
||||
<property name="title">WIP</property>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<child>
|
||||
<object class="GtkGLArea" id="run_glarea"/>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="run_controls">
|
||||
<property name="margin-bottom">50</property>
|
||||
<property name="margin-top">50</property>
|
||||
<property name="orientation">horizontal</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="glarea_controls"/>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="titlebar">
|
||||
<object class="GtkHeaderBar" id="main_titlebar"/>
|
||||
</child>
|
||||
<style>
|
||||
<class name="devel"/>
|
||||
</style>
|
||||
</template>
|
||||
</interface>
|
|
@ -1,7 +1,7 @@
|
|||
#include <stdio.h>
|
||||
#include <gtk-4.0/gtk/gtk.h>
|
||||
|
||||
#include "../../include/hot.h"
|
||||
#include "../../include/tree.h"
|
||||
#include "../../include/display.h"
|
||||
#include "../../include/contain.h"
|
||||
#include "../../include/texts.h"
|
||||
|
|
|
@ -1,7 +1,16 @@
|
|||
/******************************************************************************/
|
||||
/* */
|
||||
/* E coli by David S. Goodsell (2009) */
|
||||
/* --- */
|
||||
/* Knowing that only a dynamic model can explain this phenomenon, */
|
||||
/* let's let this beautiful freeze frame be our guide. */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <gtk-4.0/gtk/gtk.h>
|
||||
|
||||
#include "../../include/hot.h"
|
||||
#include "../../include/tree.h"
|
||||
#include "../../include/display.h"
|
||||
#include "../../include/contain.h"
|
||||
#include "../../include/texts.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include "../../include/base.h"
|
||||
#include "../../include/ui.h"
|
||||
#include "../../include/hot.h"
|
||||
#include "../../include/tree.h"
|
||||
|
||||
// Recursive function to free a TreeNode and its children
|
||||
static void free_tree_node (struct TreeNode_t *node)
|
||||
|
|
Loading…
Reference in New Issue