Added wxBufferedDC class.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2002-03-17 06:34:06 +00:00
parent 33f71b3cf4
commit 67e2efca87
22 changed files with 276 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ ALL_SOURCES = \
generic/caret.cpp \
generic/choicdgg.cpp \
generic/colrdlgg.cpp \
generic/dcbuffer.cpp \
generic/dcpsg.cpp \
generic/dirctrlg.cpp \
generic/dirdlgg.cpp \
@@ -306,6 +307,7 @@ ALL_HEADERS = \
dbkeyg.h \
dbtable.h \
dc.h \
dcbuffer.h \
dcclient.h \
dcmemory.h \
dcprint.h \
@@ -751,6 +753,7 @@ GUIOBJS = \
caret.o \
choicdgg.o \
colrdlgg.o \
dcbuffer.o \
dcpsg.o \
dirctrlg.o \
dirdlgg.o \
@@ -862,6 +865,7 @@ GUI_LOWLEVEL_OBJS = \
caret.o \
choicdgg.o \
colrdlgg.o \
dcbuffer.o \
dcpsg.o \
dirctrlg.o \
dirdlgg.o \