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 progdlgg.cpp Generic
sashwin.cpp Generic sashwin.cpp Generic
scrlwing.cpp Generic scrlwing.cpp Generic
selstore.cpp Generic
spinctlg.cpp Generic spinctlg.cpp Generic
splash.cpp Generic splash.cpp Generic
splitter.cpp Generic splitter.cpp Generic
@@ -974,6 +975,7 @@ sckipc.h WXH Base
sckstrm.h WXH Base sckstrm.h WXH Base
scrolbar.h WXH scrolbar.h WXH
scrolwin.h WXH scrolwin.h WXH
selstore.h WXH
settings.h WXH settings.h WXH
sizer.h WXH sizer.h WXH
slider.h WXH slider.h WXH

View File

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

View File

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