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

superkaramba

  • superkaramba
  • src
systray_python.h
1/****************************************************************************
2* systray_python.h - Functions for systray python api
3*
4* Copyright (C) 2003 Hans Karlsson <karlsson.h@home.se>
5* Copyright (C) 2003-2004 Adam Geitgey <adam@rootnode.org>
6*
7* This file is part of SuperKaramba.
8*
9* SuperKaramba is free software; you can redistribute it and/or modify
10* it under the terms of the GNU General Public License as published by
11* the Free Software Foundation; either version 2 of the License, or
12* (at your option) any later version.
13*
14* SuperKaramba is distributed in the hope that it will be useful,
15* but WITHOUT ANY WARRANTY; without even the implied warranty of
16* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17* GNU General Public License for more details.
18*
19* You should have received a copy of the GNU General Public License
20* along with SuperKaramba; if not, write to the Free Software
21* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22****************************************************************************/
23
24#ifndef SYSTRAY_PYTHON_H
25#define SYSTRAY_PYTHON_H
26
27struct _object;
28typedef _object PyObject;
29
45PyObject* py_move_systray(PyObject *self, PyObject *args);
46
58PyObject* py_show_systray(PyObject *self, PyObject *args);
59
71PyObject* py_hide_systray(PyObject *self, PyObject *args);
72
88PyObject* py_create_systray(PyObject *self, PyObject *args);
89
101PyObject* py_get_current_window_count(PyObject *self, PyObject *args);
102
114PyObject* py_update_systray_layout(PyObject *self, PyObject *args);
115PyObject* py_get_systray_size(PyObject *self, PyObject *args);
116
117#endif // SYSTRAY_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.9.4
This website is maintained by Timothy Pearson.