home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)wd97docedi.tcl /main/hindenburg/1
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)wd97docedi.tcl /main/hindenburg/1 23 May 1997 Copyright 1997 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "wddocedito.tcl"
-
- Class Wd97DocEditor : {WdDocEditor} {
- constructor
- method destructor
- method connect
- method disconnect
- attribute app
- }
-
- constructor Wd97DocEditor {class this name_1} {
- set this [WdDocEditor::constructor $class $this $name_1]
- # Start constructor user section
- # End constructor user section
- $this printsIncluded y
- $this name Wd97
- $this version 80
- return $this
- }
-
- method Wd97DocEditor::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this WdDocEditor::destructor
- }
-
- method Wd97DocEditor::connect {this} {
- uplevel #0 require wd97automa.tcl
- $this app [Wd97AutomationObject new]
- }
-
- method Wd97DocEditor::disconnect {this} {
- [$this app] Quit
- [$this app] delete
- }
-
- # Do not delete this line -- regeneration end marker
-
-