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

superkaramba

  • superkaramba
  • src
misc_python.h
Go to the documentation of this file.
1 /*
2 * misc_python.h - Misc Functions for 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) 2004,2005 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
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 MISC_PYTHON_H
27 #define MISC_PYTHON_H
28 
51 PyObject* py_accept_drops(PyObject *self, PyObject *args);
52 
67 PyObject* py_execute_command(PyObject* self, PyObject* args);
68 
103 PyObject* py_execute_command_interactive(PyObject* self, PyObject* args);
104 
121 PyObject* py_run_command(PyObject* self, PyObject* args);
122 
157 PyObject* py_attach_clickArea(PyObject* self, PyObject* args, PyObject* dict);
158 
172 PyObject* py_toggle_show_desktop(PyObject *self, PyObject *args);
173 
187 PyObject* py_get_theme_path(PyObject *self, PyObject *args);
188 
201 PyObject* py_language(PyObject *self, PyObject *args);
202 
217 PyObject* py_userLanguage(PyObject *self, PyObject *args);
218 
219 
237 PyObject* py_userLanguages(PyObject *self, PyObject *args);
238 
239 
252 PyObject* py_read_theme_file(PyObject *self, PyObject *args);
253 
272 PyObject* py_create_click_area(PyObject *self, PyObject *args);
273 
285 PyObject* py_open_theme(PyObject *self, PyObject *args);
286 
298 PyObject* py_reload_theme(PyObject *self, PyObject *args);
299 
311 PyObject* py_get_number_of_desktops(PyObject *self, PyObject *args);
312 
327 PyObject* py_translate_all(PyObject *self, PyObject *args);
328 
340 PyObject* py_show(PyObject *self, PyObject *args);
341 
353 PyObject* py_hide(PyObject *self, PyObject *args);
354 
367 PyObject* py_get_ip(PyObject *self, PyObject *args);
368 
381 PyObject* py_change_interval(PyObject *self, PyObject *args);
382 
406 PyObject* py_create_service_click_area(PyObject *self, PyObject *args);
407 
420 PyObject* py_remove_click_area(PyObject *self, PyObject *args);
421 
422 
438 PyObject* py_get_pretty_name(PyObject *self, PyObject *args);
439 
461 PyObject* py_open_named_theme(PyObject *self, PyObject *args);
462 
483 PyObject* py_call_theme(PyObject *self, PyObject *args);
484 
505 PyObject* py_set_incoming_data(PyObject *self, PyObject *args);
506 
520 PyObject* py_get_incoming_data(PyObject *self, PyObject *args);
521 
535 PyObject* py_get_update_time(PyObject *self, PyObject *args);
536 
553 PyObject* py_want_right_button(PyObject *self, PyObject *args);
554 
571 PyObject* py_want_wheel_event(PyObject *, PyObject *args);
572 
587 PyObject* py_management_popup(PyObject *self, PyObject *args);
588 
603 PyObject* py_set_update_time(PyObject *self, PyObject *args);
604 
605 #endif /* MISC_PYTHON_H */
606 

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