Kaydet (Commit) 718b3d5a authored tarafından Armin Weiss's avatar Armin Weiss

#UndoRedo# added slots for Undo/Redo and GundoStrings/RedoStr

üst c375d514
......@@ -2,9 +2,9 @@
*
* $RCSfile: _drvwsh.sdi,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: ka $ $Date: 2001-04-24 10:14:06 $
* last change: $Author: aw $ $Date: 2001-04-27 11:32:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -2165,5 +2165,27 @@ interface DrawView : View
ExecMethod = FuSupport ;
StateMethod = GetCtrlState ;
]
// #UndoRedo#
SID_GETUNDOSTRINGS // ole : no, status : ?
[
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
SID_UNDO // ole : no, status : ?
[
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
SID_GETREDOSTRINGS // ole : no, status : ?
[
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
SID_REDO // ole : no, status : ?
[
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment