Exemplo n.º 1
0
PyObject* py_getImageSize(PyObject *self, PyObject *args)
{
  return py_getSize(self, args, "ImageLabel");
}
Exemplo n.º 2
0
PyObject* py_getGraphSize(PyObject *self, PyObject *args)
{
  return py_getSize(self, args, "Graph");
}
Exemplo n.º 3
0
PyObject* py_getBarSize(PyObject *self, PyObject *args)
{
  return py_getSize(self, args, "Bar");
}
Exemplo n.º 4
0
PyObject* py_getRichTextSize(PyObject *self, PyObject *args)
{
  return py_getSize(self, args, "RichTextLabel");
}