diff options
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_drwbase.sdi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sw/sdi/_drwbase.sdi b/sw/sdi/_drwbase.sdi index 6c700380ed10..4981490ec22b 100644 --- a/sw/sdi/_drwbase.sdi +++ b/sw/sdi/_drwbase.sdi @@ -60,6 +60,20 @@ interface BaseTextDrawBase StateMethod = GetState ; ] + SID_REGENERATE_DIAGRAM + [ + AutoUpdate = TRUE , + ExecMethod = Execute ; + StateMethod = GetState ; + ] + + SID_EDIT_DIAGRAM + [ + AutoUpdate = TRUE , + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_FRAME_TO_TOP [ ExecMethod = Execute ; |