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

superkaramba

  • superkaramba
  • src
richtextlabel_python.h
1 /****************************************************************************
2 * richtextlabel_python.h - Functions for richtext 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 RICHTEXTLABEL_PYTHON_H
26 #define RICHTEXTLABEL_PYTHON_H
27 
57 PyObject* py_createRichText(PyObject *self, PyObject *args);
58 
73 PyObject* py_deleteRichText(PyObject *self, PyObject *args);
74 
93 PyObject* py_getThemeRichText(PyObject *self, PyObject *args);
94 
108 PyObject* py_getRichTextSize(PyObject *self, PyObject *args);
109 
124 PyObject* py_resizeRichText(PyObject *self, PyObject *args);
125 
139 PyObject* py_getRichTextPos(PyObject *self, PyObject *args);
140 
156 PyObject* py_moveRichText(PyObject *self, PyObject *args);
157 
171 PyObject* py_hideRichText(PyObject *self, PyObject *args);
172 
186 PyObject* py_showRichText(PyObject *self, PyObject *args);
187 
200 PyObject* py_getRichTextValue(PyObject *self, PyObject *args);
201 
230 PyObject* py_setRichTextValue(PyObject *self, PyObject *args);
231 
244 PyObject* py_getRichTextSensor(PyObject *self, PyObject *args);
245 
259 PyObject* py_setRichTextSensor(PyObject *self, PyObject *args);
260 
274 PyObject* py_setRichTextFontSize(PyObject *self, PyObject *args);
275 
288 PyObject* py_getRichTextFontSize(PyObject *self, PyObject *args);
289 
303 PyObject* py_setRichTextFont(PyObject *self, PyObject *args);
304 
317 PyObject* py_getRichTextFont(PyObject *self, PyObject *args);
318 
336 PyObject* py_set_rich_text_width(PyObject* self, PyObject* args);
337 
338 #endif // RICHTEXTLABEL_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.