head	1.2;
access;
symbols;
locks
	mys:1.2; strict;
comment	@# @;


1.2
date	2001.01.23.21.08.08;	author mys;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.12.15.04.09;	author mys;	state Exp;
branches;
next	;


desc
@@


1.2
log
@*** empty log message ***
@
text
@# Copyright (C) 1998 - Martin Strauss - under terms of GPL
if $MenuModus {
 set ItemList {1 1 {Segmentation Gliederung Segmentasi Segmenta��o}}
} else {

label $NAME.l1 -text [lindex {Basic Generelle Dasar Basic} $language]
addpack $NAME.l1
buttonmake $NAME 1 chapter 
buttonmake $NAME 2 section
buttonmake $NAME 3 subsection
buttonmake $NAME 4 subsubsection
buttonmake $NAME 5 paragraph
buttonmake $NAME 6 subparagraph
label $NAME.l2 -text [lindex {Listings Aufzaehlung Daftar Listings} $language]
addpack $NAME.l2
buttonmake $NAME 7 itemize
buttonmake $NAME 8 enumerate
buttonmake $NAME 9 description

eval "pack $packstring -fill x"
}
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
 set ItemList {1 1 {Segmentation Gliederung Segmentasi}}
d6 1
a6 1
label $NAME.l1 -text [lindex {Basic Generelle Dasar} $language]
d14 1
a14 1
label $NAME.l2 -text [lindex {Listings Aufzaehlung Daftar} $language]
d21 1
a21 1
}@