Searched refs:maxUndo (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkText.h577 int maxUndo; /* The maximum depth of the undo stack member in struct:TkSharedText
781 int maxUndo; /* The maximum depth of the undo stack member in struct:TkText
H A DtkText.c183 {TK_OPTION_INT, "-maxundo", "maxUndo", "MaxUndo",
184 DEF_TEXT_MAX_UNDO, -1, Tk_Offset(TkText, maxUndo), 0, 0, 0},
601 textPtr->maxUndo = textPtr->sharedTextPtr->maxUndo;
2029 textPtr->sharedTextPtr->maxUndo = textPtr->maxUndo;
2033 textPtr->sharedTextPtr->maxUndo);
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkText.h661 int maxUndo; /* The maximum depth of the undo stack member in struct:TkText
H A DtkText.c94 {TK_CONFIG_INT, "-maxundo", "maxUndo", "MaxUndo",
95 DEF_TEXT_MAX_UNDO, Tk_Offset(TkText, maxUndo), 0},
1043 TkUndoSetDepth(textPtr->undoStack, textPtr->maxUndo);

Completed in 146 milliseconds