Blender  V3.3
Functions | Variables
bpy_rna_ui.c File Reference
#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
 

Detailed Description

This adds helpers to uiLayout which can't be added easily to RNA itself.

Definition in file bpy_rna_ui.c.

Function Documentation

◆ bpy_rna_uilayout_introspect()

static PyObject* bpy_rna_uilayout_introspect ( PyObject *  self)
static

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( bpy_rna_uilayout_introspect_doc  ,
".. method:: introspect()\n" "\n" " Return a dictionary containing a textual representation of the UI layout.\n"   
)

Variable Documentation

◆ BPY_rna_uilayout_introspect_method_def

PyMethodDef BPY_rna_uilayout_introspect_method_def
Initial value:
= {
"introspect",
METH_NOARGS,
bpy_rna_uilayout_introspect_doc,
}
static PyObject * bpy_rna_uilayout_introspect(PyObject *self)
Definition: bpy_rna_ui.c:26

Definition at line 42 of file bpy_rna_ui.c.

Referenced by BPY_rna_types_extend_capi().