|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Callbacks for the MSD calculation dialog. More...
#include <gtk/gtk.h>#include <string.h>#include <stdlib.h>#include "global.h"#include "bind.h"#include "interface.h"#include "callbacks.h"#include "curve.h"#include "project.h"
Include dependency graph for msdcall.c:Go to the source code of this file.
Functions | |
| void | initmsd () |
| initialize the curve widgets for the MSD | |
| void | update_msd_view (project *this_proj) |
| update the project text view for the MSD calculation | |
| G_MODULE_EXPORT void | on_calc_msd_released (GtkWidget *widg, gpointer data) |
| compute MSD | |
Callbacks for the MSD calculation dialog.
Definition in file msdcall.c.
| G_MODULE_EXPORT void on_calc_msd_released | ( | GtkWidget * | widg, |
| gpointer | data ) |