atomes
1.1.15
atomes: an atomic scale modeling tool box
Loading...
Searching...
No Matches
cedit.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-2024 by CNRS and University of Strasbourg */
15
22
/*
23
* This header file: 'cedit.h'
24
*
25
* Contains:
26
27
- Variable declarations for the curve layout edition window
28
29
*/
30
31
#ifndef CEDIT_H_
32
#define CEDIT_H_
33
34
#include "
global.h
"
35
36
extern
GtkWidget *
thesetbox
;
37
extern
GtkWidget *
setcolorbox
;
38
extern
char
*
lapos
[2];
39
40
void
prepbox
(
int
a
,
int
b
,
int
c
);
41
void
edit_curve
(gpointer cdata);
42
#endif
setcolorbox
GtkWidget * setcolorbox
Definition
cedit.c:81
lapos
char * lapos[2]
Definition
cedit.c:89
thesetbox
GtkWidget * thesetbox
Definition
cedit.c:82
edit_curve
void edit_curve(gpointer cdata)
create the curve edition dialog
Definition
cedit.c:347
prepbox
void prepbox(int a, int b, int c)
prepare the curve selection combo box
Definition
cedit.c:100
global.h
Global variable declarations Global convenience function declarations Global data structure defin...
b
int b
Definition
tab-1.c:95
c
int c
Definition
tab-1.c:95
a
int a
Definition
tab-1.c:95
curve
cedit.h
Generated by
1.10.0