TABLE OF CONTENTS
line
NAME
::guib::moduleObj::line -- the line GUIB keyword
USAGE
line -name line-name { ...code... }
DESCRIPTION
-- GUIB keyword !!!
Keyword "line" is meant for processing a line of input. Typical keywords used inside line are "var" and "keyword".
RETURN VALUE
None.
EXAMPLE
line -name "K-point mesh" {
var { -label "nk1:" -variable nk1 -widget spinint -validate posint -default 1 } var { -label "nk2:" -variable nk2 -widget spinint -validate posint -default 1 } var { -label "nk3:" -variable nk3 -widget spinint -validate posint -default 1 }
}