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 07:50:04 +02:00
|
|
|
GtkWidget *get_test_image();
|
2024-05-08 11:13:33 +02:00
|
|
|
GtkWidget *get_text_view();
|
|
|
|
GtkFrame *get_frame_with_label();
|
2024-05-07 20:48:01 +02:00
|
|
|
GtkScrolledWindow *get_scrolled_gl_area();
|
2024-05-08 23:43:23 +02:00
|
|
|
|
2024-05-07 20:48:01 +02:00
|
|
|
GtkBox *get_RUN_STOP_box();
|
2024-05-08 23:43:23 +02:00
|
|
|
//GtkBox *get_CONTROL_box();
|
2024-05-07 20:48:01 +02:00
|
|
|
GtkBox *get_ZOOM_box();
|
|
|
|
GtkBox *get_edit_TOOL_box();
|
|
|
|
GtkBox *get_XYZ_box();
|
2024-05-08 23:43:23 +02:00
|
|
|
|
2024-05-07 20:48:01 +02:00
|
|
|
void window_bar(GtkWindow *window, char *title);
|
|
|
|
GtkWidget *get_objects_and_situations_horizontal_pane();
|
|
|
|
GtkBox *get_ELAPSED_TIME_box();
|
|
|
|
|
2024-05-08 11:13:33 +02:00
|
|
|
// https://docs.gtk.org/gtk4/section-text-widget.html
|
2024-05-07 20:48:01 +02:00
|
|
|
|