- color and font dialogs now actually do something interesting,
commit5d2a658865611d5e22c4c930e5513af97b064a9e
authorEric Williams <ewill@ncal.verio.com>
Sat, 10 Apr 1999 16:54:37 +0000 (10 16:54 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 10 Apr 1999 16:54:37 +0000 (10 16:54 +0000)
tree92ee94d40da28232a20502df91c512b9a01ee5ba
parent43b667ceb72f4dafcf67417c0c59024ea984c517
- color and font dialogs now actually do something interesting,
  and force a redraw when successful.  Background color is adjustable.
  Text color is also adjustable, but the user has to set the CF_EFFECTS
  flag first.
- text is output left-right centered, baseline, at the middle
  of the window, and moves with the window.  Text font is adjustable.
- Success and failure MessageBox calls for Color, Font, Open,
  and Save have been removed or suppressed.  They annoyed me after
  awhile, and I suspect they annoyed others, too.  Use my tool! :-)
- cmdlgtst now has the full pathname in the upper left corner; which may
  assist in debugging certain problems -- or it may not. :-)
- usage dialog added
programs/cmdlgtst/cmdlgr.h
programs/cmdlgtst/cmdlgr.rc
programs/cmdlgtst/cmdlgtst.c