#include "config.h"
#include <gcu/chemistry.h>
#include <gcu/gtkchem3dviewer.h>
#include <glib.h>
#include <gtk/gtk.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
A simple sample of the use of the GtkChem3DViewer widget.
Definition in file testgtkchem3dviewer.c.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
main function of the test program. It fulfills the following operations, in order:
Definition at line 46 of file testgtkchem3dviewer.c.
References gcu_element_load_databases(), and gtk_chem3d_viewer_new().