components/tcl/tk/files/libtk.3
changeset 225 2f3e03a69313
child 547 570ac1fe8254
equal deleted inserted replaced
224:b0ca638fab1b 225:2f3e03a69313
       
     1 '\" t
       
     2 .\"
       
     3 .\" This man page created by Oracle to provide an overview of the Tk
       
     4 .\" library.
       
     5 .\"
       
     6 .TH libtk 3 "16 July 2001"
       
     7 .SH NAME
       
     8 libtk \- Tcl GUI Toolkit
       
     9 .SH SYNOPSIS
       
    10 .LP
       
    11 .B cc
       
    12 .RI "[ " "flag " \|.\|.\|. ] " "file \|.\|.\|."
       
    13 .RI "[ " "library" " \|.\|.\|. ]"
       
    14 .B \-ltk8.5
       
    15 .sp 1n
       
    16 .SH DESCRIPTION
       
    17 The Tk library is a collection of graphical user interfaces useful for
       
    18 create powerful GUIs quickly. For more detail, see section 3 man pages 
       
    19 specific to the library interfaces.  Additional information is also 
       
    20 available from the Tcl Developer Xchange site:
       
    21 .IP
       
    22 .B http://www.scriptics.com/
       
    23 .LP
       
    24 .SH LICENSE
       
    25 The Tk software is copyrighted by the Regents of the University of
       
    26 California, Oracle, Scriptics Corporation,
       
    27 and other parties. 
       
    28 .SH FILES
       
    29 .PD 0
       
    30 .TP 20
       
    31 /usr/lib/libtk8.5.so
       
    32 shared object
       
    33 .TP
       
    34 /usr/lib/libtkstub8.5.a
       
    35 stubs library
       
    36 .PD
       
    37 .SH "SEE ALSO"
       
    38 libtcl(3)
       
    39 .SH NOTES
       
    40 Source for Tk is available on http://opensolaris.org.
       
    41