Blender  V3.3
bpy_gizmo_wrap.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 struct wmGizmoGroupType;
10 struct wmGizmoType;
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 /* exposed to rna/wm api */
17 void BPY_RNA_gizmo_wrapper(struct wmGizmoType *gzt, void *userdata);
18 void BPY_RNA_gizmogroup_wrapper(struct wmGizmoGroupType *gzgt, void *userdata);
19 
20 #ifdef __cplusplus
21 }
22 #endif
void BPY_RNA_gizmogroup_wrapper(struct wmGizmoGroupType *gzgt, void *userdata)
void BPY_RNA_gizmo_wrapper(struct wmGizmoType *gzt, void *userdata)