Exemplo n.º 1
0
PyObject* py_showImage(PyObject *self, PyObject *args)
{
  return py_show(self, args, "ImageLabel");
}
Exemplo n.º 2
0
PyObject* py_showGraph(PyObject *self, PyObject *args)
{
  return py_show(self, args, "Graph");
}
Exemplo n.º 3
0
PyObject* py_showBar(PyObject *self, PyObject *args)
{
  return py_show(self, args, "Bar");
}
Exemplo n.º 4
0
PyObject* py_showRichText(PyObject *self, PyObject *args)
{
  return py_show(self, args, "RichTextLabel");
}