summaryrefslogtreecommitdiff
path: root/sw/sdi/drwbassh.sdi
blob: 433db34f4b06027d7eb9407c4081440a33459709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/*-----------------------------------------------------------------------

    $Workfile:   drwbassh.sdi  $

    $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/drwbassh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $

    Beschreibung:   IDL - File SwDrawBaseShell

    (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg

------------------------------------------------------------------------*/

interface TextDrawBase : BaseTextDrawBase
[
    Automation = FALSE;
]
{
    import TextSelection;
}

shell SwDrawBaseShell: SwBaseShell
{
        import TextDrawBase[Automation];

    SID_OBJECT_ALIGN
    [
        ExecMethod = Execute ;
        StateMethod = GetState ;
        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
    ]
}

/*------------------------------------------------------------------------

    $Log: not supported by cvs2svn $
    Revision 1.6  1998/11/12 16:28:34  MA
    #58677# Disable Flag


      Rev 1.5   12 Nov 1998 17:28:34   MA
   #58677# Disable Flag

      Rev 1.4   28 Aug 1997 12:56:24   MBA
   Neue Interface-Namen

      Rev 1.3   13 Feb 1997 12:44:46   MA
   unnoetige Texte entfernt

      Rev 1.2   23 Jan 1997 14:39:02   OS
   Ableitung von _DrawBase

      Rev 1.1   23 Jan 1997 10:49:24   OM
   Neue Shells: Control- und DrawBaseShell

      Rev 1.0   22 Jan 1997 11:18:06   OM
   Initial revision.

------------------------------------------------------------------------*/