Blender V4.3
uiBlockInteraction_CallbackData Struct Reference

#include <UI_interface_c.hh>

Public Attributes

uiBlockInteractionBeginFn begin_fn
 
uiBlockInteractionEndFn end_fn
 
uiBlockInteractionUpdateFn update_fn
 
void * arg1
 

Detailed Description

Definition at line 658 of file UI_interface_c.hh.

Member Data Documentation

◆ arg1

void* uiBlockInteraction_CallbackData::arg1

◆ begin_fn

uiBlockInteractionBeginFn uiBlockInteraction_CallbackData::begin_fn

◆ end_fn

uiBlockInteractionEndFn uiBlockInteraction_CallbackData::end_fn

Definition at line 660 of file UI_interface_c.hh.

Referenced by ui_block_interaction_end().

◆ update_fn

uiBlockInteractionUpdateFn uiBlockInteraction_CallbackData::update_fn

Definition at line 661 of file UI_interface_c.hh.

Referenced by ui_block_interaction_update().


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