/******************************************************************************/ /* */ /* E coli by David S. Goodsell (2009) */ /* --- */ /* Knowing that only a dynamic model can explore this phenomenon, */ /* let this beautiful freeze frame be our guide. */ /* */ /******************************************************************************/ #include #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(); void experimental_activate_00 (GtkApplication *app, GtkWindow *window); void window_bar(GtkWindow *window, char *title);