All of the settings that control the behavior of CSS are contained in
the global object called cssSettings
. This is actually just a
reference to the taMisc
class, which is part of the TypeAccess
system. The members of this class that can be set by the user are
listed below (see also see section 7.17 Settings Affecting GUI Behavior):
int display_width
int sep_tabs
int search_depth
TypeInfo type_info
Type_info has one of the following values:
MEMB_OFFSETS
shows the byte offset of members
All_INFO
shows all type info except memb_offsets
NO_OPTIONS
shows all info except type options
NO_LISTS
shows all info but lists
NO_OPTIONS_LISTS
shows all info but options and lists
The default is NO_OPTIONS_LISTS