Searched refs:TkUndoPushAction (Results 1 – 12 of 12) sorted by relevance
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/ |
H A D | tkUndo.h | 80 EXTERN void TkUndoPushAction _ANSI_ARGS_((TkUndoRedoStack * stack,
|
H A D | tkUndo.c | 123 void TkUndoPushAction ( stack, actionScript, revertScript ) in TkUndoPushAction() function
|
H A D | tkText.c | 1485 TkUndoPushAction(textPtr->undoStack,&actionCommand, &revertCommand); 1720 TkUndoPushAction(textPtr->undoStack,&actionCommand, &revertCommand);
|
/dports/x11-toolkits/tk87/tk8.7a5/generic/ |
H A D | tkUndo.h | 110 MODULE_SCOPE void TkUndoPushAction(TkUndoRedoStack *stack,
|
H A D | tkUndo.c | 177 TkUndoPushAction( in TkUndoPushAction() function
|
H A D | tkText.c | 2926 TkUndoPushAction(textPtr->sharedTextPtr->undoStack, iAtom, dAtom); in TextPushUndoAction() 2928 TkUndoPushAction(textPtr->sharedTextPtr->undoStack, dAtom, iAtom); in TextPushUndoAction()
|
/dports/x11-toolkits/tk85/tk8.5.19/generic/ |
H A D | tkUndo.h | 113 MODULE_SCOPE void TkUndoPushAction(TkUndoRedoStack *stack,
|
H A D | tkUndo.c | 177 TkUndoPushAction( in TkUndoPushAction() function
|
H A D | tkText.c | 2779 TkUndoPushAction(textPtr->sharedTextPtr->undoStack, iAtom, dAtom); in TextPushUndoAction() 2781 TkUndoPushAction(textPtr->sharedTextPtr->undoStack, dAtom, iAtom); in TextPushUndoAction()
|
/dports/x11-toolkits/tk86/tk8.6.12/generic/ |
H A D | tkUndo.h | 110 MODULE_SCOPE void TkUndoPushAction(TkUndoRedoStack *stack,
|
H A D | tkUndo.c | 177 TkUndoPushAction( in TkUndoPushAction() function
|
H A D | tkText.c | 2877 TkUndoPushAction(textPtr->sharedTextPtr->undoStack, iAtom, dAtom); in TextPushUndoAction() 2879 TkUndoPushAction(textPtr->sharedTextPtr->undoStack, dAtom, iAtom); in TextPushUndoAction()
|