NAME
GUIB == Graphical User Interface Builder
DESCRIPTION
All GUIB implementation (i.e. classes and other fuctions) are done inside the ::guib namespace. GUIB is mented for creating GUIs for management of input files for ab-initio programs aimed at atomistic simulations, which are written in FORTAN and their input files follow more or less particular logic. GUIB fits well to these needs, but probably can also meet a requirements for other purposes.
COPYRIGHT
Copyright (c) 2003--2004 Anton Kokalj Email: tone.kokalj@ijs.si This file is distributed under the terms of the GNU General Public License. See the file `COPYING' in the root directory of the present distribution, or http://www.gnu.org/copyleft/gpl.txt .
AUTHOR
Anton Kokalj
CREATION DATE
Starting on Fri Dec 29 08:32:59 CET 2001
NAME
::guib::module -- creates a new GUI module
USAGE
module nameName -title title -script script
DESCRIPTION
-- GUIB keyword !!! It is used for creating a GUIs module.
ARGUMENTS
moduleName - identifier of a module (technically is an object name) args - the args comprises the "-title title -script script" where the title is a human-readable module title and the script is the module definition script.
RETURN VALUE
None.
EXAMPLE
module myModule -title {This is a Test Module} -script { ...Tcl/GUIB code...}