Blender  V3.3
Public Attributes | List of all members
wmGenericCallback Struct Reference

#include <WM_types.h>

Public Attributes

wmGenericCallbackFn exec
 
voiduser_data
 
wmGenericUserDataFreeFn free_user_data
 

Detailed Description

Definition at line 135 of file WM_types.h.

Member Data Documentation

◆ exec

wmGenericCallbackFn wmGenericCallback::exec

Definition at line 136 of file WM_types.h.

Referenced by wm_confirm_quit().

◆ free_user_data

wmGenericUserDataFreeFn wmGenericCallback::free_user_data

Definition at line 138 of file WM_types.h.

◆ user_data

void* wmGenericCallback::user_data

Definition at line 137 of file WM_types.h.


The documentation for this struct was generated from the following file: