PreviousUpNext

15.4.1320  src/lib/tk/src/toolkit/print.pkg

## print.pkg
## (C) 1999, Albert Ludwigs Universität Freiburg
## Author: bu
 
# Compiled by:
#     src/lib/tk/src/toolkit/sources.sublib



# ***************************************************************************
# Printing Format for names.
# **************************************************************************

package print {

    Mode   = SHORT | LONG;

    Format = { mode:        Mode,
               printdepth:  Int,
               height:      Null_Or( Int ),
               width:       Null_Or( Int )
             };
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext