]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/files.lst
added Add/InsertTool() (patch 672032)
[wxWidgets.git] / src / motif / files.lst
index 099680f545b800a4700cd96ddbd80e4cee4adad6..b92bffff011fb6e85fa72789da758991900e738c 100644 (file)
@@ -22,6 +22,7 @@ ALL_SOURCES = \
                generic/laywin.cpp \
                generic/listctrl.cpp \
                generic/logg.cpp \
+               generic/mdig.cpp \
                generic/msgdlgg.cpp \
                generic/notebook.cpp \
                generic/numdlgg.cpp \
@@ -50,6 +51,7 @@ ALL_SOURCES = \
                common/appcmn.cpp \
                common/artprov.cpp \
                common/artstd.cpp \
+               common/bmpbase.cpp \
                common/choiccmn.cpp \
                common/clipcmn.cpp \
                common/clntdata.cpp \
@@ -128,6 +130,7 @@ ALL_SOURCES = \
                common/menucmn.cpp \
                common/mimecmn.cpp \
                common/module.cpp \
+               common/msgout.cpp \
                common/mstream.cpp \
                common/nbkbase.cpp \
                common/object.cpp \
@@ -144,6 +147,7 @@ ALL_SOURCES = \
                common/sckfile.cpp \
                common/sckipc.cpp \
                common/sckstrm.cpp \
+               common/settcmn.cpp \
                common/sizer.cpp \
                common/socket.cpp \
                common/statbar.cpp \
@@ -226,6 +230,7 @@ ALL_SOURCES = \
                motif/textctrl.cpp \
                motif/timer.cpp \
                motif/toolbar.cpp \
+               motif/toplevel.cpp \
                motif/utils.cpp \
                motif/window.cpp \
                unix/dialup.cpp \
@@ -254,7 +259,6 @@ ALL_SOURCES = \
                html/m_layout.cpp \
                html/m_links.cpp \
                html/m_list.cpp \
-               html/m_meta.cpp \
                html/m_pre.cpp \
                html/m_style.cpp \
                html/m_tables.cpp \
@@ -269,6 +273,7 @@ ALL_HEADERS = \
                bmpbuttn.h \
                brush.h \
                buffer.h \
+               build.h \
                busyinfo.h \
                button.h \
                calctrl.h \
@@ -324,6 +329,7 @@ ALL_HEADERS = \
                dynarray.h \
                dynlib.h \
                dynload.h \
+               effects.h \
                encconv.h \
                event.h \
                expr.h \
@@ -383,6 +389,7 @@ ALL_HEADERS = \
                layout.h \
                laywin.h \
                list.h \
+               listbase.h \
                listbox.h \
                listctrl.h \
                listimpl.cpp \
@@ -400,6 +407,7 @@ ALL_HEADERS = \
                minifram.h \
                module.h \
                msgdlg.h \
+               msgout.h \
                mstream.h \
                notebook.h \
                object.h \
@@ -419,6 +427,7 @@ ALL_HEADERS = \
                prop.h \
                propform.h \
                proplist.h \
+               quantize.h \
                radiobox.h \
                radiobut.h \
                regex.h \
@@ -460,6 +469,7 @@ ALL_HEADERS = \
                textfile.h \
                tglbtn.h \
                thread.h \
+               thrimpl.cpp \
                time.h \
                timer.h \
                tipdlg.h \
@@ -554,6 +564,7 @@ ALL_HEADERS = \
                motif/textctrl.h \
                motif/timer.h \
                motif/toolbar.h \
+               motif/toplevel.h \
                motif/window.h \
                generic/accel.h \
                generic/calctrl.h \
@@ -575,6 +586,7 @@ ALL_HEADERS = \
                generic/imaglist.h \
                generic/laywin.h \
                generic/listctrl.h \
+               generic/mdig.h \
                generic/msgdlgg.h \
                generic/notebook.h \
                generic/paletteg.h \
@@ -587,6 +599,7 @@ ALL_HEADERS = \
                generic/spinctlg.h \
                generic/splash.h \
                generic/splitter.h \
+               generic/statline.h \
                generic/statusbr.h \
                generic/tabg.h \
                generic/textdlgg.h \
@@ -617,10 +630,10 @@ ALL_HEADERS = \
                protocol/protocol.h
 
 COMMONOBJS = \
-               parser.o \
                appcmn.o \
                artprov.o \
                artstd.o \
+               bmpbase.o \
                choiccmn.o \
                clipcmn.o \
                clntdata.o \
@@ -699,6 +712,7 @@ COMMONOBJS = \
                menucmn.o \
                mimecmn.o \
                module.o \
+               msgout.o \
                mstream.o \
                nbkbase.o \
                object.o \
@@ -715,6 +729,7 @@ COMMONOBJS = \
                sckfile.o \
                sckipc.o \
                sckstrm.o \
+               settcmn.o \
                sizer.o \
                socket.o \
                statbar.o \
@@ -768,6 +783,7 @@ GENERICOBJS = \
                laywin.o \
                listctrl.o \
                logg.o \
+               mdig.o \
                msgdlgg.o \
                notebook.o \
                numdlgg.o \
@@ -848,6 +864,7 @@ GUIOBJS = \
                textctrl.o \
                timer.o \
                toolbar.o \
+               toplevel.o \
                utils.o \
                window.o
 
@@ -880,7 +897,6 @@ HTMLOBJS = \
                m_layout.o \
                m_links.o \
                m_list.o \
-               m_meta.o \
                m_pre.o \
                m_style.o \
                m_tables.o \