diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/statement.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/statement.sml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/statement.sml b/kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/statement.sml new file mode 100644 index 00000000..bbd2c641 --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/statement.sml @@ -0,0 +1,23 @@ +<?xml version="1.0"?> + +<KivioShapeStencil creator="vi"> + + <KivioSMLStencilSpawnerInfo> + <Author data="Joerg de la Haye"/> + <Title data="statement"/> + <Id data="statement"/> + <Description data="statement"/> + <Version data="0.1"/> + <Web data=""/> + <Email data="haye@ritterstrasse.org"/> + <Copyright data="Copyright (C) 2004 Joerg de la Haye. Distributed under the GPL."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + + <Dimensions w="260.0" h="20.0"/> + + <KivioShape type="Rectangle" name="statement" x="0.0" y="0.0" w="260.0" h="20.0"/> + + <KivioShape type="TextBox" name="Text" x="5.0" y="2.0" w="250.0" h="16.0"/> + +</KivioShapeStencil> |