• 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 
48 PyObject* py_createInputBox(PyObject *, PyObject *args);
49 
66 PyObject* py_deleteInputBox(PyObject *, PyObject *args);
67 
86 PyObject* py_getThemeInputBox(PyObject *self, PyObject *args);
87 
100 PyObject* py_getInputBoxValue(PyObject *self, PyObject *args);
101 
115 PyObject* py_setInputBoxValue(PyObject *self, PyObject *args);
116 
129 PyObject* py_hideInputBox(PyObject *self, PyObject *args);
130 
143 PyObject* py_showInputBox(PyObject *self, PyObject *args);
144 
158 PyObject* py_getInputBoxPos(PyObject *self, PyObject *args);
159 
175 PyObject* py_moveInputBox(PyObject *self, PyObject *args);
176 
190 PyObject* py_getInputBoxSize(PyObject *self, PyObject *args);
191 
206 PyObject* py_resizeInputBox(PyObject *self, PyObject *args);
207 
222 PyObject* py_setInputBoxFont(PyObject *, PyObject *args);
223 
236 PyObject* py_getInputBoxFont(PyObject *, PyObject *args);
237 
255 PyObject* py_setInputBoxFontColor(PyObject *, PyObject *args);
256 
269 PyObject* py_getInputBoxFontColor(PyObject *, PyObject *args);
270 
288 PyObject* py_setInputBoxSelectionColor(PyObject *, PyObject *args);
289 
302 PyObject* py_getInputBoxSelectionColor(PyObject *, PyObject *args);
303 
321 PyObject* py_setInputBoxBGColor(PyObject *, PyObject *args);
322 
335 PyObject* py_getInputBoxBGColor(PyObject *, PyObject *args);
336 
354 PyObject* py_setInputBoxFrameColor(PyObject *, PyObject *args);
355 
368 PyObject* py_getInputBoxFrameColor(PyObject *, PyObject *args);
369 
387 PyObject* py_setInputBoxSelectedTextColor(PyObject *, PyObject *args);
388 
401 PyObject* py_getInputBoxSelectedTextColor(PyObject *, PyObject *args);
402 
418 PyObject* py_setInputBoxFontSize(PyObject *, PyObject *args);
419 
432 PyObject* py_getInputBoxFontSize(PyObject *, PyObject *args);
433 
446 PyObject* py_setInputFocus(PyObject *, PyObject *args);
447 
460 PyObject* py_clearInputFocus(PyObject *, PyObject *args);
461 
473 PyObject* 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.8.13
This website is maintained by Timothy Pearson.