atomes
1.1.17
atomes: an atomic scale modeling tool box
Toggle main menu visibility
Main Page
Modules
Modules List
Module Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Data Types
Data Types List
Data Type Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions/Subroutines
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
l
m
o
p
q
r
s
t
v
w
Enumerations
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
z
Macros
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
v
y
z
▼
atomes
►
atomes: code source documentation
►
Modules
►
Data Types
▼
Files
▼
File List
►
calc
▼
curve
►
cedit.c
►
cedit.h
►
curve.c
►
curve.h
►
cwidget.c
►
datab.c
►
datab.h
►
draw.c
►
frame.c
►
glyph.c
►
labels.c
►
legend.c
►
m_curve.c
►
show.c
►
tab-1.c
►
tab-2.c
►
tab-3.c
►
tab-4.c
►
title.c
►
w_curve.c
►
w_data.c
►
w_img.c
►
xaxis.c
►
yaxis.c
►
fortran
►
gui
►
opengl
►
project
►
startup-testing
►
workspace
►
affero.h
►
bind.h
►
config.h
►
global.c
►
global.h
►
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
datab.h
Go to the documentation of this file.
1
/* This file is part of the 'atomes' software
2
3
'atomes' is free software: you can redistribute it and/or modify it under the terms
4
of the GNU Affero General Public License as published by the Free Software Foundation,
5
either version 3 of the License, or (at your option) any later version.
6
7
'atomes' is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
8
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9
See the GNU General Public License for more details.
10
11
You should have received a copy of the GNU Affero General Public License along with 'atomes'.
12
If not, see <https://www.gnu.org/licenses/>
13
14
Copyright (C) 2022-2025 by CNRS and University of Strasbourg */
15
22
/*
23
* This header file: 'datab.h'
24
*
25
* Contains:
26
27
- Variable declarations for the curve data edition window
28
29
*/
30
31
#ifndef DATAB_H_
32
#define DATAB_H_
33
34
extern
void
edit_data
(gpointer data);
35
#endif
edit_data
void edit_data(gpointer data)
create edit curve data dialog
Definition
datab.c:1037
curve
datab.h
Generated by
1.10.0