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

#include <UI_interface.h>

Public Attributes

uiBlockInteractionBeginFn begin_fn
 
uiBlockInteractionEndFn end_fn
 
uiBlockInteractionUpdateFn update_fn
 
voidarg1
 

Detailed Description

Definition at line 579 of file UI_interface.h.

Member Data Documentation

◆ arg1

void* uiBlockInteraction_CallbackData::arg1

◆ begin_fn

uiBlockInteractionBeginFn uiBlockInteraction_CallbackData::begin_fn

Definition at line 580 of file UI_interface.h.

Referenced by ui_block_interaction_begin().

◆ end_fn

uiBlockInteractionEndFn uiBlockInteraction_CallbackData::end_fn

Definition at line 581 of file UI_interface.h.

Referenced by ui_block_interaction_end().

◆ update_fn

uiBlockInteractionUpdateFn uiBlockInteraction_CallbackData::update_fn

Definition at line 582 of file UI_interface.h.

Referenced by ui_block_interaction_update().


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