• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • superkaramba
 

superkaramba

  • superkaramba
  • src
textlabel_python.h
1 /****************************************************************************
2 * textlabel_python.h - Functions for textlabel python api
3 *
4 * Copyright (C) 2003 Hans Karlsson <karlsson.h@home.se>
5 * Copyright (C) 2003-2004 Adam Geitgey <adam@rootnode.org>
6 * Copyright (c) 2004 Petri Damstén <damu@iki.fi>
7 *
8 * This file is part of SuperKaramba.
9 *
10 * SuperKaramba is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * SuperKaramba is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with SuperKaramba; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 ****************************************************************************/
24 
25 #ifndef TEXTLABEL_PYTHON_H
26 #define TEXTLABEL_PYTHON_H
27 
46 PyObject* py_createText(PyObject *self, PyObject *args);
47 
62 PyObject* py_deleteText(PyObject *self, PyObject *args);
63 
82 PyObject* py_getThemeText(PyObject *self, PyObject *args);
83 
97 PyObject* py_getTextSize(PyObject *self, PyObject *args);
98 
113 PyObject* py_resizeText(PyObject *self, PyObject *args);
114 
128 PyObject* py_getTextPos(PyObject *self, PyObject *args);
129 
145 PyObject* py_moveText(PyObject *self, PyObject *args);
146 
160 PyObject* py_hideText(PyObject *self, PyObject *args);
161 
174 PyObject* py_showText(PyObject *self, PyObject *args);
175 
188 PyObject* py_getTextValue(PyObject *self, PyObject *args);
189 
203 PyObject* py_setTextValue(PyObject *self, PyObject *args);
204 
217 PyObject* py_getTextSensor(PyObject *self, PyObject *args);
218 
232 PyObject* py_setTextSensor(PyObject *self, PyObject *args);
233 
251 PyObject* py_setTextShadow(PyObject *self, PyObject *args);
252 
265 PyObject* py_getTextShadow(PyObject *self, PyObject *args);
266 
283 PyObject* py_setTextFontSize(PyObject *self, PyObject *args);
284 
297 PyObject* py_getTextFontSize(PyObject *self, PyObject *args);
298 
317 PyObject* py_setTextColor(PyObject *self, PyObject *args);
318 
331 PyObject* py_getTextColor(PyObject *self, PyObject *args);
332 
349 PyObject* py_setTextFont(PyObject *self, PyObject *args);
350 
363 PyObject* py_getTextFont(PyObject *self, PyObject *args);
364 
378 PyObject* py_setTextAlign(PyObject *self, PyObject *args);
379 
392 PyObject* py_getTextAlign(PyObject *self, PyObject *args);
393 
394 // XXX: Is this valid for new release
395 PyObject* py_setTextScroll(PyObject *self, PyObject *args);
396 
397 #endif // TEXTLABEL_PYTHON_H

superkaramba

Skip menu "superkaramba"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members

superkaramba

Skip menu "superkaramba"
  • kcalc
  •   knumber
  • superkaramba
Generated for superkaramba by doxygen 1.8.13
This website is maintained by Timothy Pearson.