2024-05-07 20:48:01 +02:00
|
|
|
/******************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* E coli by David S. Goodsell (2009) */
|
|
|
|
/* --- */
|
|
|
|
/* Let this freeze frame guide us towards the model */
|
|
|
|
/* that alone can account for the phenomenon ! */
|
|
|
|
/* */
|
|
|
|
/******************************************************************************/
|
|
|
|
|
2024-05-08 11:13:33 +02:00
|
|
|
GtkWidget *get_text_view();
|
|
|
|
GtkFrame *get_frame_with_label();
|
2024-05-08 23:43:23 +02:00
|
|
|
|
2024-05-10 15:41:35 +02:00
|
|
|
GtkWidget *get_SPACE_IMAGE();
|
|
|
|
GtkProgressBar *get_ELAPSED_TIME_ProgressBar();
|
2024-05-07 20:48:01 +02:00
|
|
|
GtkBox *get_RUN_STOP_box();
|
|
|
|
GtkBox *get_ZOOM_box();
|
|
|
|
GtkBox *get_edit_TOOL_box();
|
|
|
|
GtkBox *get_XYZ_box();
|
2024-05-10 08:19:35 +02:00
|
|
|
GtkWidget *get_OBJECTS_and_SITUATIONS();
|
2024-05-07 20:48:01 +02:00
|
|
|
GtkBox *get_ELAPSED_TIME_box();
|
|
|
|
|
2024-05-10 15:41:35 +02:00
|
|
|
void window_bar(GtkWindow *window, char *title);
|