atomes 1.1.15
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 (int rid, int cid) |
pick appropriate scale based on the type of analysis | |
void | initcurve (project *pid, int rid, int cid) |
initialize curve widget | |
void | addcurwidgets (int pid, int rid, int str) |
add curve widgets to the project | |
Initialization of the curve widget.
Definition in file cwidget.c.
void addcurwidgets | ( | int | pid, |
int | rid, | ||
int | str ) |
DataLayout * curve_default_layout | ( | project * | pid, |
int | rid, | ||
int | cid ) |
void curve_default_scale | ( | int | rid, |
int | cid ) |