GTK4_GG_hack/display.h

38 lines
1.4 KiB
C
Raw Normal View History

/******************************************************************************/
/* */
/* 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_text_view();
2024-06-04 06:25:47 +02:00
GtkFrame *get_frame_with_label();
2024-05-15 10:52:50 +02:00
GtkWidget *get_run_rules_page_new();
2024-06-04 06:25:47 +02:00
GtkBox *get_rules_user_tree_new();
2024-05-11 23:08:59 +02:00
GtkWidget *get_image_ALL_SPACE();
GtkWidget *get_image_GLUTAMATE();
GtkWidget *get_image_GLUTAMINE();
GtkWidget *get_image_HISTIDINE();
GtkWidget *get_image_HISTAMINE();
GtkWidget *get_image_PHENYLALANINE();
GtkWidget *get_image_DOPAMINE();
2024-05-12 08:15:54 +02:00
GtkWidget *get_image_ATP();
GtkWidget *get_image_AMP();
GtkProgressBar *get_ELAPSED_TIME_ProgressBar();
GtkBox *get_RUN_STOP_box();
GtkBox *get_ZOOM_box();
GtkBox *get_edit_TOOL_box();
GtkBox *get_XYZ_box();
GtkWidget *get_OBJECTS_and_SITUATIONS();
GtkBox *get_ELAPSED_TIME_box();
GtkButton *get_btt_run_xor_edit();
void window_bar(GtkWindow *window, char *title);