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

superkaramba

  • superkaramba
  • src
input_python.h
1/****************************************************************************
2* input_python.h - Functions for input box 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* Copyright (c) 2005 Alexander Wiedenbruch <mail@wiedenbruch.de>
8*
9* This file is part of SuperKaramba.
10*
11* SuperKaramba is free software; you can redistribute it and/or modify
12* it under the terms of the GNU General Public License as published by
13* the Free Software Foundation; either version 2 of the License, or
14* (at your option) any later version.
15*
16* SuperKaramba is distributed in the hope that it will be useful,
17* but WITHOUT ANY WARRANTY; without even the implied warranty of
18* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19* GNU General Public License for more details.
20*
21* You should have received a copy of the GNU General Public License
22* along with SuperKaramba; if not, write to the Free Software
23* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24****************************************************************************/
25
26#ifndef INPUT_PYTHON_H
27#define INPUT_PYTHON_H
28
48PyObject* py_createInputBox(PyObject *, PyObject *args);
49
66PyObject* py_deleteInputBox(PyObject *, PyObject *args);
67
86PyObject* py_getThemeInputBox(PyObject *self, PyObject *args);
87
100PyObject* py_getInputBoxValue(PyObject *self, PyObject *args);
101
115PyObject* py_setInputBoxValue(PyObject *self, PyObject *args);
116
129PyObject* py_hideInputBox(PyObject *self, PyObject *args);
130
143PyObject* py_showInputBox(PyObject *self, PyObject *args);
144
158PyObject* py_getInputBoxPos(PyObject *self, PyObject *args);
159
175PyObject* py_moveInputBox(PyObject *self, PyObject *args);
176
190PyObject* py_getInputBoxSize(PyObject *self, PyObject *args);
191
206PyObject* py_resizeInputBox(PyObject *self, PyObject *args);
207
222PyObject* py_setInputBoxFont(PyObject *, PyObject *args);
223
236PyObject* py_getInputBoxFont(PyObject *, PyObject *args);
237
255PyObject* py_setInputBoxFontColor(PyObject *, PyObject *args);
256
269PyObject* py_getInputBoxFontColor(PyObject *, PyObject *args);
270
288PyObject* py_setInputBoxSelectionColor(PyObject *, PyObject *args);
289
302PyObject* py_getInputBoxSelectionColor(PyObject *, PyObject *args);
303
321PyObject* py_setInputBoxBGColor(PyObject *, PyObject *args);
322
335PyObject* py_getInputBoxBGColor(PyObject *, PyObject *args);
336
354PyObject* py_setInputBoxFrameColor(PyObject *, PyObject *args);
355
368PyObject* py_getInputBoxFrameColor(PyObject *, PyObject *args);
369
387PyObject* py_setInputBoxSelectedTextColor(PyObject *, PyObject *args);
388
401PyObject* py_getInputBoxSelectedTextColor(PyObject *, PyObject *args);
402
418PyObject* py_setInputBoxFontSize(PyObject *, PyObject *args);
419
432PyObject* py_getInputBoxFontSize(PyObject *, PyObject *args);
433
446PyObject* py_setInputFocus(PyObject *, PyObject *args);
447
460PyObject* py_clearInputFocus(PyObject *, PyObject *args);
461
473PyObject* py_getInputFocus(PyObject *, PyObject *args);
474
475#endif

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.9.4
This website is maintained by Timothy Pearson.