]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/files.lst
removed countItems parameter from ctor -- doesn't work anyhow
[wxWidgets.git] / src / mac / files.lst
index 4851d871fc51472669724c094bed7867e2af72ea..2da155eea5d0cecebb20bc0540653a08ddbb010e 100644 (file)
@@ -17,7 +17,6 @@ ALL_SOURCES = \
                generic/gridctrl.cpp \
                generic/gridsel.cpp \
                generic/helpext.cpp \
-               generic/helphtml.cpp \
                generic/imaglist.cpp \
                generic/laywin.cpp \
                generic/listctrl.cpp \
@@ -30,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 \
@@ -372,7 +372,6 @@ ALL_HEADERS = \
                hashmap.h \
                help.h \
                helpbase.h \
-               helphtml.h \
                helpwin.h \
                icon.h \
                iconbndl.h \
@@ -445,6 +444,7 @@ ALL_HEADERS = \
                sckstrm.h \
                scrolbar.h \
                scrolwin.h \
+               selstore.h \
                settings.h \
                sizer.h \
                slider.h \
@@ -608,7 +608,6 @@ ALL_HEADERS = \
                generic/gridctrl.h \
                generic/gridg.h \
                generic/helpext.h \
-               generic/helphtml.h \
                generic/imaglist.h \
                generic/laywin.h \
                generic/listctrl.h \
@@ -806,7 +805,7 @@ GENERICOBJS = \
                gridctrl.o \
                gridsel.o \
                helpext.o \
-               helphtml.o \
+               htmllbox.o \
                imaglist.o \
                laywin.o \
                listctrl.o \
@@ -819,6 +818,7 @@ GENERICOBJS = \
                progdlgg.o \
                sashwin.o \
                scrlwing.o \
+               selstore.o \
                spinctlg.o \
                splash.o \
                splitter.o \
@@ -829,6 +829,8 @@ GENERICOBJS = \
                tipdlg.o \
                tipwin.o \
                treectlg.o \
+               vlbox.o \
+               vscroll.o \
                wizard.o
 
 GUIOBJS = \