added selstore.(h|cpp)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-11 11:00:09 +00:00
parent c71d3313a4
commit ef5cfa3889
3 changed files with 14 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ prntdlgg.cpp Generic NotMSW
progdlgg.cpp Generic
sashwin.cpp Generic
scrlwing.cpp Generic
selstore.cpp Generic
spinctlg.cpp Generic
splash.cpp Generic
splitter.cpp Generic
@@ -974,6 +975,7 @@ sckipc.h WXH Base
sckstrm.h WXH Base
scrolbar.h WXH
scrolwin.h WXH
selstore.h WXH
settings.h WXH
sizer.h WXH
slider.h WXH

View File

@@ -29,6 +29,7 @@ ALL_SOURCES = \
generic/progdlgg.cpp \
generic/sashwin.cpp \
generic/scrlwing.cpp \
generic/selstore.cpp \
generic/spinctlg.cpp \
generic/splash.cpp \
generic/splitter.cpp \
@@ -443,6 +444,7 @@ ALL_HEADERS = \
sckstrm.h \
scrolbar.h \
scrolwin.h \
selstore.h \
settings.h \
sizer.h \
slider.h \
@@ -803,6 +805,7 @@ GENERICOBJS = \
gridctrl.o \
gridsel.o \
helpext.o \
htmllbox.o \
imaglist.o \
laywin.o \
listctrl.o \
@@ -815,6 +818,7 @@ GENERICOBJS = \
progdlgg.o \
sashwin.o \
scrlwing.o \
selstore.o \
spinctlg.o \
splash.o \
splitter.o \
@@ -825,6 +829,8 @@ GENERICOBJS = \
tipdlg.o \
tipwin.o \
treectlg.o \
vlbox.o \
vscroll.o \
wizard.o
GUIOBJS = \

View File

@@ -29,6 +29,7 @@ ALL_SOURCES = \
generic/progdlgg.cpp \
generic/sashwin.cpp \
generic/scrlwing.cpp \
generic/selstore.cpp \
generic/spinctlg.cpp \
generic/splash.cpp \
generic/splitter.cpp \
@@ -443,6 +444,7 @@ ALL_HEADERS = \
sckstrm.h \
scrolbar.h \
scrolwin.h \
selstore.h \
settings.h \
sizer.h \
slider.h \
@@ -803,6 +805,7 @@ GENERICOBJS = \
gridctrl.o \
gridsel.o \
helpext.o \
htmllbox.o \
imaglist.o \
laywin.o \
listctrl.o \
@@ -815,6 +818,7 @@ GENERICOBJS = \
progdlgg.o \
sashwin.o \
scrlwing.o \
selstore.o \
spinctlg.o \
splash.o \
splitter.o \
@@ -825,6 +829,8 @@ GENERICOBJS = \
tipdlg.o \
tipwin.o \
treectlg.o \
vlbox.o \
vscroll.o \
wizard.o
GUIOBJS = \