WinWorkstation.st
changeset 5440 9f158dcd32e8
parent 5372 3aae455070f5
child 5485 5c2f4a4e16da
equal deleted inserted replaced
5439:ead311cdf33a 5440:9f158dcd32e8
  7223        }
  7223        }
  7224     }
  7224     }
  7225     RETURN (rslt);
  7225     RETURN (rslt);
  7226 %}
  7226 %}
  7227     "
  7227     "
  7228      WinWorkstation rightButtonIsLowerWindow:true
  7228      Display rightButtonIsLowerWindow:true
  7229      WinWorkstation rightButtonIsLowerWindow:false
  7229      Display rightButtonIsLowerWindow:false
  7230     "
  7230     "
  7231 !
  7231 !
  7232 
  7232 
  7233 serverVendor
  7233 serverVendor
  7234     "return the server vendor string.
  7234     "return the server vendor string.
  7279        }
  7279        }
  7280     }
  7280     }
  7281     RETURN (rslt);
  7281     RETURN (rslt);
  7282 %}
  7282 %}
  7283     "
  7283     "
  7284      WinWorkstation shiftedLeftButtonIsLowerWindow:true
  7284      Display shiftedLeftButtonIsLowerWindow:true
  7285      WinWorkstation shiftedLeftButtonIsLowerWindow:false
  7285      Display shiftedLeftButtonIsLowerWindow:false
  7286     "
  7286     "
  7287 !
  7287 !
  7288 
  7288 
  7289 supportedSystemColorKeys
  7289 supportedSystemColorKeys
  7290     "return a collection of supported systemColor keys"
  7290     "return a collection of supported systemColor keys"
 18976 ! !
 18976 ! !
 18977 
 18977 
 18978 !WinWorkstation class methodsFor:'documentation'!
 18978 !WinWorkstation class methodsFor:'documentation'!
 18979 
 18979 
 18980 version
 18980 version
 18981     ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.409 2009-10-22 13:37:15 cg Exp $'
 18981     ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.410 2009-10-30 09:22:54 cg Exp $'
 18982 !
 18982 !
 18983 
 18983 
 18984 version_CVS
 18984 version_CVS
 18985     ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.409 2009-10-22 13:37:15 cg Exp $'
 18985     ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.410 2009-10-30 09:22:54 cg Exp $'
 18986 ! !
 18986 ! !
 18987 
 18987 
 18988 WinWorkstation initialize!
 18988 WinWorkstation initialize!