2024-05-25 09:21:45 +02:00
|
|
|
/******************************************************************************/
|
2024-05-24 16:28:51 +02:00
|
|
|
/* */
|
|
|
|
/* E coli by David S. Goodsell (2009) */
|
|
|
|
/* --- */
|
2024-05-26 07:37:38 +02:00
|
|
|
/* Knowing that only a dynamic model can explore this phenomenon, */
|
|
|
|
/* let this beautiful freeze frame be our guide. */
|
2024-05-24 16:28:51 +02:00
|
|
|
/* */
|
|
|
|
/******************************************************************************/
|
|
|
|
|
|
|
|
#include <gtk-4.0/gtk/gtk.h>
|
|
|
|
|
|
|
|
#define W 1920
|
|
|
|
#define H 960
|
|
|
|
#define W_IMAGE W - 320
|
|
|
|
#define H_IMAGE H - 126
|
|
|
|
#define H_STYLES_PANE 30
|
|
|
|
#define W_IMAGE_LOCAL W / 16
|
|
|
|
#define H_IMAGE_LOCAL H / 16
|
|
|
|
|
|
|
|
GtkWidget *get_selected_rules_vpaned_new();
|
2024-05-25 08:58:30 +02:00
|
|
|
void experimental_activate_00 (GtkApplication *app, GtkWindow *window);
|
2024-05-24 16:28:51 +02:00
|
|
|
void window_bar(GtkWindow *window, char *title);
|