From: Vadim Zeitlin Date: Wed, 11 Jun 2003 11:00:09 +0000 (+0000) Subject: added selstore.(h|cpp) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ef5cfa38893daebb0fb830e788ec378cd7d0f882 added selstore.(h|cpp) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index f7f20f692b..016b3618ae 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -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 diff --git a/src/mac/carbon/files.lst b/src/mac/carbon/files.lst index 446c67b348..2da155eea5 100644 --- a/src/mac/carbon/files.lst +++ b/src/mac/carbon/files.lst @@ -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 = \ diff --git a/src/mac/files.lst b/src/mac/files.lst index 446c67b348..2da155eea5 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -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 = \