Win32 version can't use all bitmaps
Status: Beta
Brought to you by:
ioilam
The Win32 version of Tix (8.2) cannot use the bitmaps
in the lib/tix8.2/bitmaps directory that only exist in
.xbm format.
This program runs on UNIX, but not Win32
------------------------
frame .frame
# only a .xbm
button .frame.tick -bitmap tick
pack .frame.tick
pack .frame
------------------------
Logged In: NO
Further investigation shows that the problem occurs for all
Tix bitmaps that are not the same name as the built-in Tk
bitmaps. It doesn't matter what format the file is in the
bitmaps directory.
The rest of my Tix widgets work, only the bitmaps are not
portable between UNIX and Win32.