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