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

Public Attributes

struct uiUndoStack_Text_Statenext
 
struct uiUndoStack_Text_Stateprev
 
int cursor_index
 
char text [0]
 

Detailed Description

Definition at line 24 of file interface_undo.c.

Member Data Documentation

◆ cursor_index

int uiUndoStack_Text_State::cursor_index

◆ next

struct uiUndoStack_Text_State* uiUndoStack_Text_State::next

Definition at line 25 of file interface_undo.c.

Referenced by ui_textedit_redo_impl(), and ui_textedit_undo_push().

◆ prev

struct uiUndoStack_Text_State * uiUndoStack_Text_State::prev

Definition at line 25 of file interface_undo.c.

Referenced by ui_textedit_undo_impl().

◆ text

char uiUndoStack_Text_State::text[0]

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