Blender V5.0
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 701 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 703 of file UI_interface_c.hh.

Referenced by ui_block_interaction_end(), and v3d_editvertex_buts().

◆ update_fn

uiBlockInteractionUpdateFn uiBlockInteraction_CallbackData::update_fn

Definition at line 704 of file UI_interface_c.hh.

Referenced by ui_block_interaction_update(), and v3d_editvertex_buts().


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