38 lines
1.4 KiB
C
38 lines
1.4 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_text_view();
|
|
GtkFrame *get_frame_with_label();
|
|
GtkWidget *get_rules_page_new();
|
|
GtkBox *get_rules_user_tree_new();
|
|
|
|
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();
|
|
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);
|
|
|
|
|