diff options
author | Guillaume Seguin <guillaume@segu.in> | 2008-08-22 17:42:35 +0200 |
---|---|---|
committer | Guillaume Seguin <guillaume@segu.in> | 2008-08-22 17:42:35 +0200 |
commit | c6afed523065510c811a2a876055e522f4c32fe6 (patch) | |
tree | c66829f8afa3e19e5feb7ed97af43a94db47a871 | |
parent | 96a039eb7d0484a7427deae8609afe4ca8478076 (diff) | |
download | gmathlib-c6afed523065510c811a2a876055e522f4c32fe6.tar.gz gmathlib-c6afed523065510c811a2a876055e522f4c32fe6.tar.bz2 |
* Import pygmathselector header
-rw-r--r-- | bindings/python/pygmathselector/pygmathselector.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/bindings/python/pygmathselector/pygmathselector.h b/bindings/python/pygmathselector/pygmathselector.h new file mode 100644 index 0000000..b6b8df3 --- /dev/null +++ b/bindings/python/pygmathselector/pygmathselector.h @@ -0,0 +1,29 @@ +/* + * gMathSelector, mathematic symbol selector widget + * + * # Python bindings module header + * + * Author : Guillaume Seguin + * Email : guillaume@segu.in + * + * Copyright (c) 2007 Guillaume Seguin <guillaume@segu.in> + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. + */ + +#define PYGMATHSELECTOR_MAJOR_VERSION 0 +#define PYGMATHSELECTOR_MINOR_VERSION 0 +#define PYGMATHSELECTOR_MICRO_VERSION 1 |