|
atomes 1.3.1
atomes: an atomic scale modeling tool box
|
Initialization of the curve widget. More...
#include <gtk/gtk.h>#include <stdlib.h>#include "global.h"#include "interface.h"#include "curve.h"Go to the source code of this file.
Functions | |
| DataLayout * | curve_default_layout (project *pid, int rid, int cid) |
| prepare the default layout for a curve | |
| void | curve_default_scale (project *this_proj, int rid, int cid, Curve *this_curve) |
| pick appropriate scale based on the type of analysis | |
| void | initcurve (project *pid, int rid, int cid) |
| initialize curve widget | |
| void | init_curve_title (project *this_proj, int rid, int cid) |
| init curve title and axis titles | |
| void | add_curve_widgets (project *this_proj, int rid) |
| add curve widgets to the project | |
Initialization of the curve widget.
Definition in file cwidget.c.
| void add_curve_widgets | ( | project * | this_proj, |
| int | rid ) |
| DataLayout * curve_default_layout | ( | project * | pid, |
| int | rid, | ||
| int | cid ) |
| void init_curve_title | ( | project * | this_proj, |
| int | rid, | ||
| int | cid ) |