27 lines
1.1 KiB
C
27 lines
1.1 KiB
C
/******************************************************************************/
|
|
/* */
|
|
/* E coli by David S. Goodsell (2009) */
|
|
/* --- */
|
|
/* Let this freeze frame guide us towards the model */
|
|
/* that alone can account for the phenomenon ! */
|
|
/* */
|
|
/******************************************************************************/
|
|
|
|
GtkWidget *get_test_image();
|
|
GtkWidget *get_text_view();
|
|
GtkFrame *get_frame_with_label();
|
|
GtkScrolledWindow *get_scrolled_gl_area();
|
|
|
|
GtkBox *get_RUN_STOP_box();
|
|
//GtkBox *get_CONTROL_box();
|
|
GtkBox *get_ZOOM_box();
|
|
GtkBox *get_edit_TOOL_box();
|
|
GtkBox *get_XYZ_box();
|
|
|
|
void window_bar(GtkWindow *window, char *title);
|
|
GtkWidget *get_objects_and_situations_horizontal_pane();
|
|
GtkBox *get_ELAPSED_TIME_box();
|
|
|
|
// https://docs.gtk.org/gtk4/section-text-widget.html
|
|
|