Ported the button control from wine. This is untested, but will probably work, haven...
authorRichard Campbell <betam4x@gmail.com>
Mon, 23 Jun 2003 10:10:51 +0000 (10:10 +0000)
committerRichard Campbell <betam4x@gmail.com>
Mon, 23 Jun 2003 10:10:51 +0000 (10:10 +0000)
commit23ed82d969743540c76721595c54642a00987855
tree91230e4d879fcd416ffff72c578d91fc00e7d785
parenta0f42417ab4eae308ac124f96eb71fdf53eb8baa
Ported the button control from wine.  This is untested, but will probably work, haven't written a test app yet, will do so when i have more time :)

Implements:
  - Pushbutton
  - RadioButton
  - CheckBox

svn path=/trunk/; revision=4949
reactos/lib/user32/Makefile
reactos/lib/user32/controls/button.c [new file with mode: 0644]