Blender  V2.93
Public Attributes | List of all members
wmGenericCallback Struct Reference

#include <WM_types.h>

Public Attributes

void(* exec )(struct bContext *C, void *user_data)
 
void * user_data
 
void(* free_user_data )(void *user_data)
 

Detailed Description

Definition at line 142 of file WM_types.h.

Member Data Documentation

◆ exec

void(* wmGenericCallback::exec) (struct bContext *C, void *user_data)

Definition at line 143 of file WM_types.h.

Referenced by wm_confirm_quit().

◆ free_user_data

void(* wmGenericCallback::free_user_data) (void *user_data)

Definition at line 145 of file WM_types.h.

◆ user_data

void* wmGenericCallback::user_data

Definition at line 144 of file WM_types.h.


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