styles/generic.style
changeset 193 3abcc2ee1641
parent 173 8793f89047bf
child 224 8588f26ad132
equal deleted inserted replaced
192:13a9d4bafa7e 193:3abcc2ee1641
    24 ; Many of the values here are defaulted to useful values,
    24 ; Many of the values here are defaulted to useful values,
    25 ; if not mentioned here - so there is no real need to define
    25 ; if not mentioned here - so there is no real need to define
    26 ; all of them for new styles. 
    26 ; all of them for new styles. 
    27 ;
    27 ;
    28 ;
    28 ;
    29 ; $Header: /cvs/stx/stx/libview/styles/generic.style,v 1.7 1995-08-27 00:32:55 claus Exp $
    29 ; $Header: /cvs/stx/stx/libview/styles/generic.style,v 1.8 1995-10-23 17:00:01 cg Exp $
    30 
    30 
    31 ;
    31 ;
    32 ; agenda:
    32 ; agenda:
    33 ;   the following list contains all possible style-values and their
    33 ;   the following list contains all possible style-values and their
    34 ;   default values (i.e. in your style-file you have to include only
    34 ;   default values (i.e. in your style-file you have to include only
   186 
   186 
   187 ;
   187 ;
   188 ;if true, menus topview is raised when an entry is activated
   188 ;if true, menus topview is raised when an entry is activated
   189 ;
   189 ;
   190 pullDownMenuRaiseTop                true
   190 pullDownMenuRaiseTop                true
       
   191 
       
   192 ;
       
   193 ; popupList
       
   194 ;
       
   195 popUpListPopPosition                nil   "or #shifted, or #below"
   191 
   196 
   192 ;
   197 ;
   193 ; label defaults 
   198 ; label defaults 
   194 ; (these are inherited by Button, Toggles etc. if not redefined)
   199 ; (these are inherited by Button, Toggles etc. if not redefined)
   195 
   200 
   405 htmlActiveAnchorForegroundColor    Color red
   410 htmlActiveAnchorForegroundColor    Color red
   406 htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
   411 htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
   407 htmlVisitedAnchorForegroundColor   Color red:30 green:0 blue:80
   412 htmlVisitedAnchorForegroundColor   Color red:30 green:0 blue:80
   408 htmlExampleAnchorForegroundColor   Color red:40 green:0 blue:0
   413 htmlExampleAnchorForegroundColor   Color red:40 green:0 blue:0
   409 htmlAnchorUnderlines               false
   414 htmlAnchorUnderlines               false
   410