19 lines
956 B
C
19 lines
956 B
C
/******************************************************************************/
|
|
/* */
|
|
/* E coli by David S. Goodsell (2009) */
|
|
/* --- */
|
|
/* Let this freeze frame guide us towards the model */
|
|
/* that alone can account for the phenomenon ! */
|
|
/* */
|
|
/******************************************************************************/
|
|
|
|
#include "warm.h"
|
|
#include "cold.h"
|
|
#include "display.h"
|
|
#include "contain.h"
|
|
|
|
void on_experimental_tree_setup_factory (GtkSignalListItemFactory *factory,
|
|
GObject* object,
|
|
gpointer user_data);
|
|
void create_experimental_tree (GtkBox *experimental_box);
|