Öğeyi görmek için üye olmalısınız.
EterPythonLib/PythonWindowManagerModule.cpp
Açılır ve eklenir
PyObject * wndTextSetOutLineColor(PyObject * poSelf, PyObject * poArgs)
{
UI::CWindow * pWindow;
if (!PyTuple_GetWindow(poArgs, 0, &pWindow))
return Py_BuildException();
if (2...