# 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"
}