コード例 #1
0
PyObject* py_getThemeImage(PyObject *self, PyObject *args)
{
  return py_getThemeMeter(self, args, "ImageLabel");
}
コード例 #2
0
PyObject* py_getThemeGraph(PyObject *self, PyObject *args)
{
  return py_getThemeMeter(self, args, "Graph");
}
コード例 #3
0
ファイル: bar_python.cpp プロジェクト: Fat-Zer/tdeutils
PyObject* py_getThemeBar(PyObject *self, PyObject *args)
{
  return py_getThemeMeter(self, args, "Bar");
}
コード例 #4
0
PyObject* py_getThemeRichText(PyObject *self, PyObject *args)
{
  return py_getThemeMeter(self, args, "RichTextLabel");
}