Blender V4.3
wmGenericCallback Struct Reference

#include <WM_types.hh>

Public Attributes

wmGenericCallbackFn exec
 
void * user_data
 
wmGenericUserDataFreeFn free_user_data
 

Detailed Description

Definition at line 149 of file WM_types.hh.

Member Data Documentation

◆ exec

wmGenericCallbackFn wmGenericCallback::exec

Definition at line 150 of file WM_types.hh.

Referenced by wm_confirm_quit().

◆ free_user_data

wmGenericUserDataFreeFn wmGenericCallback::free_user_data

Definition at line 152 of file WM_types.hh.

◆ user_data

void* wmGenericCallback::user_data

Definition at line 151 of file WM_types.hh.


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