Blender
V3.3
|
#include <Python.h>
#include "MEM_guardedalloc.h"
#include "../generic/py_capi_utils.h"
#include "UI_interface.h"
#include "RNA_types.h"
#include "bpy_rna.h"
#include "bpy_rna_ui.h"
Go to the source code of this file.
Functions | |
PyDoc_STRVAR (bpy_rna_uilayout_introspect_doc, ".. method:: introspect()\n" "\n" " Return a dictionary containing a textual representation of the UI layout.\n") | |
static PyObject * | bpy_rna_uilayout_introspect (PyObject *self) |
Variables | |
PyMethodDef | BPY_rna_uilayout_introspect_method_def |
This adds helpers to uiLayout which can't be added easily to RNA itself.
Definition in file bpy_rna_ui.c.
|
static |
Definition at line 26 of file bpy_rna_ui.c.
References PointerRNA::data, MEM_freeN, NULL, BPy_StructRNA::ptr, PyC_DefaultNameSpace(), PyC_MainModule_Backup(), PyC_MainModule_Restore(), result, and UI_layout_introspect().
PyDoc_STRVAR | ( | bpy_rna_uilayout_introspect_doc | , |
".. method:: introspect()\n" "\n" " Return a dictionary containing a textual representation of the UI layout.\n" | |||
) |
PyMethodDef BPY_rna_uilayout_introspect_method_def |
Definition at line 42 of file bpy_rna_ui.c.
Referenced by BPY_rna_types_extend_capi().