>    * save only numeric parameters in SetColor() method.
>      QUESTION: TextOut() method uses 4-th parameter to control text
>                alignment but it uses own constant values:
>                  0 == left, 1 == right, 2 == centered
>                instead of TA_* constants. Should we keep it or rather
>                use windows constant values adding also support for vertical
>                alignment? In current xHarbour code this parameter was changed
>                to accept windows constants and 5-th parameter was added which
>                is OR-ed with the 4-th one but for me this part is redundant.

I vote for Windows constants (already in hbwin.ch) and 
only one parameter. Easy to add/or them, no need for two.

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to