PyObject* py_showImage(PyObject *self, PyObject *args) { return py_show(self, args, "ImageLabel"); }
PyObject* py_showGraph(PyObject *self, PyObject *args) { return py_show(self, args, "Graph"); }
PyObject* py_showBar(PyObject *self, PyObject *args) { return py_show(self, args, "Bar"); }
PyObject* py_showRichText(PyObject *self, PyObject *args) { return py_show(self, args, "RichTextLabel"); }