#  @(#)classing-engine.txt	2.1 - 93/09/17 
# classing-engine.txt: database description file for OpenWindows Classing Engine
#
# The foreground and background colors are chosen from among those in
# standard OpenWindows classing engine database, to minimize color flashing.
# They are relatively close to the yellow and blue used by Wabi.
#
{
NS_NAME=Types
NS_ATTR= ((NS_MANAGER,string, <$CEPATH/tns_mgr.so>))
NS_ENTRIES= (
    (
	(TYPE_NAME,type-id,<wabi-executable>)
	(TYPE_OPEN,call,<wabi -s $FILE>)
	(TYPE_ICON,icon-file,</etc/cetables/icons/default.xview>)
	(TYPE_ICON_MASK,icon-file,</etc/cetables/icons/default.mask.xview>)
	(TYPE_FGCOLOR,color,<38 76 191>)
	(TYPE_BGCOLOR,color,<255 255 160>)
    )
    (
	(TYPE_NAME,type-id,<appman-prog>)
	(TYPE_OPEN,call,<wabi -s $FILE>)
	(TYPE_ICON,icon-file,</etc/cetables/icons/appman.xview>)
	(TYPE_ICON_MASK,icon-file,</etc/cetables/icons/appman.mask.xview>)
	(TYPE_FGCOLOR,color,<38 76 191>)
	(TYPE_BGCOLOR,color,<255 255 160>)
    )
    (
	(TYPE_NAME,type-id,<config-prog>)
	(TYPE_OPEN,call,<wabi -s $FILE>)
	(TYPE_ICON,icon-file,</etc/cetables/icons/config.xview>)
	(TYPE_ICON_MASK,icon-file,</etc/cetables/icons/config.mask.xview>)
	(TYPE_FGCOLOR,color,<38 76 191>)
	(TYPE_BGCOLOR,color,<255 255 160>)
    )
    (
	(TYPE_NAME,type-id,<dos-prog>)
	(TYPE_OPEN,call,<wabi -s $FILE>)
	(TYPE_ICON,icon-file,</etc/cetables/icons/dos.xview>)
	(TYPE_ICON_MASK,icon-file,</etc/cetables/icons/dos.mask.xview>)
	(TYPE_FGCOLOR,color,<38 76 191>)
	(TYPE_BGCOLOR,color,<255 255 160>)
    )
    (
	(TYPE_NAME,type-id,<filev-prog>)
	(TYPE_OPEN,call,<wabi -s $FILE>)
	(TYPE_ICON,icon-file,</etc/cetables/icons/filev.xview>)
	(TYPE_ICON_MASK,icon-file,</etc/cetables/icons/filev.mask.xview>)
	(TYPE_FGCOLOR,color,<38 76 191>)
	(TYPE_BGCOLOR,color,<255 255 160>)
    )
    (
	(TYPE_NAME,type-id,<wininst-prog>)
	(TYPE_OPEN,call,<wabi -s $FILE>)
	(TYPE_ICON,icon-file,</etc/cetables/icons/wininst.xview>)
	(TYPE_ICON_MASK,icon-file,</etc/cetables/icons/wininst.mask.xview>)
	(TYPE_FGCOLOR,color,<38 76 191>)
	(TYPE_BGCOLOR,color,<255 255 160>)
    )
)
}
{
NS_NAME=Files
NS_ATTR=((NS_MANAGER,junk,<$CEPATH/fns_mgr.so>)
)
NS_ENTRIES=(	
    (
	(FNS_TYPE,refto-Types,<appman-prog>)
	(FNS_FILENAME,str,<appman.exe>)
    ) 
    (
	(FNS_TYPE,refto-Types,<config-prog>)
	(FNS_FILENAME,str,<config.exe>)
    ) 
    (
	(FNS_TYPE,refto-Types,<dos-prog>)
	(FNS_FILENAME,str,<*.pif>)
    ) 
    (
	(FNS_TYPE,refto-Types,<filev-prog>)
	(FNS_FILENAME,str,<wriview.exe>)
    ) 
    (
	(FNS_TYPE,refto-Types,<wininst-prog>)
	(FNS_FILENAME,str,<win_inst.exe>)
    ) 
    (
	(FNS_TYPE,refto-Types,<wabi-executable>)
	(FNS_FILENAME,str,<*.exe>)
    ) 
)
}
