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:
Richard Campbell 2003-06-23 10:10:51 +00:00
parent a0f42417ab
commit 23ed82d969
2 changed files with 1033 additions and 1 deletions

View file

@ -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 = \

File diff suppressed because it is too large Load diff