mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
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
This commit is contained in:
parent
a0f42417ab
commit
23ed82d969
2 changed files with 1033 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.15 2003/06/22 19:18:06 sedwards Exp $
|
||||
# $Id: Makefile,v 1.16 2003/06/23 10:10:51 rcampbell Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
|
@ -25,6 +25,7 @@ CONTROLS_OBJECTS = \
|
|||
controls/listbox.o \
|
||||
controls/scrollbar.o \
|
||||
controls/static.o \
|
||||
controls/button.o \
|
||||
controls/regcontrol.o
|
||||
|
||||
MISC_OBJECTS = \
|
||||
|
|
1031
reactos/lib/user32/controls/button.c
Normal file
1031
reactos/lib/user32/controls/button.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue