18 lines
816 B
C
18 lines
816 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 ! */
|
|
/* */
|
|
/******************************************************************************/
|
|
|
|
#define W 1920
|
|
#define H 960
|
|
#define W_IMAGE 1920 - 320
|
|
#define H_IMAGE 960 - 126
|
|
#define H_STYLES_PANE 30
|
|
|
|
void activate (GtkApplication *app, gpointer user_data);
|
|
|