File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -76,17 +76,6 @@ the following::
7676 root = tix.Tk()
7777 root.tk.eval('package require Tix')
7878
79- If this fails, you have a Tk installation problem which must be resolved before
80- proceeding. Use the environment variable :envvar: `TIX_LIBRARY ` to point to the
81- installed Tix library directory, and make sure you have the dynamic
82- object library (:file: `tix8183.dll ` or :file: `libtix8183.so `) in the same
83- directory that contains your Tk dynamic object library (:file: `tk8183.dll ` or
84- :file: `libtk8183.so `). The directory with the dynamic object library should also
85- have a file called :file: `pkgIndex.tcl ` (case sensitive), which contains the
86- line::
87-
88- package ifneeded Tix 8.1 [list load "[file join $dir tix8183.dll]" Tix]
89-
9079
9180Tix Widgets
9281-----------
You can’t perform that action at this time.
0 commit comments