X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/176e7e8321b9678afc493b51a62525af8ad52469..28169f14ec80f07874464412c72d7523a7768d81:/src/motif/files.lst diff --git a/src/motif/files.lst b/src/motif/files.lst index 0609a5a8c3..8e0dfe314e 100644 --- a/src/motif/files.lst +++ b/src/motif/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 12:46, 2001/10/30 +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MOTIF.T! ALL_SOURCES = \ generic/busyinfo.cpp \ @@ -6,6 +6,7 @@ ALL_SOURCES = \ generic/caret.cpp \ generic/choicdgg.cpp \ generic/colrdlgg.cpp \ + generic/dcbuffer.cpp \ generic/dcpsg.cpp \ generic/dirctrlg.cpp \ generic/dirdlgg.cpp \ @@ -17,11 +18,11 @@ ALL_SOURCES = \ generic/gridsel.cpp \ generic/helpext.cpp \ generic/helphtml.cpp \ - generic/helpwxht.cpp \ generic/imaglist.cpp \ generic/laywin.cpp \ generic/listctrl.cpp \ generic/logg.cpp \ + generic/mdig.cpp \ generic/msgdlgg.cpp \ generic/notebook.cpp \ generic/numdlgg.cpp \ @@ -29,9 +30,6 @@ ALL_SOURCES = \ generic/printps.cpp \ generic/prntdlgg.cpp \ generic/progdlgg.cpp \ - generic/prop.cpp \ - generic/propform.cpp \ - generic/proplist.cpp \ generic/sashwin.cpp \ generic/scrlwing.cpp \ generic/spinctlg.cpp \ @@ -45,9 +43,12 @@ ALL_SOURCES = \ generic/tipdlg.cpp \ generic/tipwin.cpp \ generic/treectlg.cpp \ - generic/treelay.cpp \ generic/wizard.cpp \ + common/accesscmn.cpp \ common/appcmn.cpp \ + common/artprov.cpp \ + common/artstd.cpp \ + common/bmpbase.cpp \ common/choiccmn.cpp \ common/clipcmn.cpp \ common/clntdata.cpp \ @@ -59,6 +60,7 @@ ALL_SOURCES = \ common/cshelp.cpp \ common/ctrlcmn.cpp \ common/ctrlsub.cpp \ + common/datacmn.cpp \ common/datetime.cpp \ common/datstrm.cpp \ common/db.cpp \ @@ -71,8 +73,11 @@ ALL_SOURCES = \ common/dobjcmn.cpp \ common/docmdi.cpp \ common/docview.cpp \ + common/dpycmn.cpp \ + common/dseldlg.cpp \ common/dynarray.cpp \ common/dynlib.cpp \ + common/dynload.cpp \ common/effects.cpp \ common/encconv.cpp \ common/event.cpp \ @@ -96,12 +101,16 @@ ALL_SOURCES = \ common/geometry.cpp \ common/gifdecod.cpp \ common/hash.cpp \ + common/hashmap.cpp \ common/helpbase.cpp \ common/http.cpp \ + common/iconbndl.cpp \ common/imagall.cpp \ common/imagbmp.cpp \ common/image.cpp \ + common/imagfill.cpp \ common/imaggif.cpp \ + common/imagiff.cpp \ common/imagjpeg.cpp \ common/imagpcx.cpp \ common/imagpng.cpp \ @@ -120,10 +129,10 @@ ALL_SOURCES = \ common/menucmn.cpp \ common/mimecmn.cpp \ common/module.cpp \ + common/msgout.cpp \ common/mstream.cpp \ common/nbkbase.cpp \ common/object.cpp \ - common/objstrm.cpp \ common/paper.cpp \ common/popupcmn.cpp \ common/prntbase.cpp \ @@ -132,12 +141,12 @@ ALL_SOURCES = \ common/quantize.cpp \ common/radiocmn.cpp \ common/regex.cpp \ - common/resource.cpp \ + common/rgncmn.cpp \ common/sckaddr.cpp \ common/sckfile.cpp \ common/sckipc.cpp \ common/sckstrm.cpp \ - common/serbase.cpp \ + common/settcmn.cpp \ common/sizer.cpp \ common/socket.cpp \ common/statbar.cpp \ @@ -145,7 +154,9 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ + common/textbuf.cpp \ common/textcmn.cpp \ common/textfile.cpp \ common/timercmn.cpp \ @@ -163,15 +174,13 @@ ALL_SOURCES = \ common/wfstream.cpp \ common/wincmn.cpp \ common/wxchar.cpp \ - common/wxexpr.cpp \ common/xpmdecod.cpp \ common/zipstrm.cpp \ common/zstream.cpp \ motif/accel.cpp \ motif/app.cpp \ - motif/bitmap.cpp \ motif/bmpbuttn.cpp \ - motif/brush.cpp \ + motif/bmpmotif.cpp \ motif/button.cpp \ motif/checkbox.cpp \ motif/checklst.cpp \ @@ -179,6 +188,7 @@ ALL_SOURCES = \ motif/clipbrd.cpp \ motif/colour.cpp \ motif/combobox.cpp \ + motif/combobox_native.cpp \ motif/control.cpp \ motif/cursor.cpp \ motif/data.cpp \ @@ -188,6 +198,7 @@ ALL_SOURCES = \ motif/dcmemory.cpp \ motif/dcscreen.cpp \ motif/dialog.cpp \ + motif/evtloop.cpp \ motif/filedlg.cpp \ motif/font.cpp \ motif/frame.cpp \ @@ -204,7 +215,6 @@ ALL_SOURCES = \ motif/minifram.cpp \ motif/msgdlg.cpp \ motif/palette.cpp \ - motif/pen.cpp \ motif/radiobox.cpp \ motif/radiobut.cpp \ motif/region.cpp \ @@ -218,8 +228,13 @@ ALL_SOURCES = \ motif/textctrl.cpp \ motif/timer.cpp \ motif/toolbar.cpp \ + motif/toplevel.cpp \ motif/utils.cpp \ motif/window.cpp \ + x11/bitmap.cpp \ + x11/brush.cpp \ + x11/pen.cpp \ + x11/utilsx.cpp \ unix/dialup.cpp \ unix/dir.cpp \ unix/fontenum.cpp \ @@ -227,8 +242,10 @@ ALL_SOURCES = \ unix/gsocket.c \ unix/mimetype.cpp \ unix/snglinst.cpp \ + unix/taskbarx11.cpp \ unix/threadpsx.cpp \ unix/utilsunx.cpp \ + unix/utilsx11.cpp \ html/helpctrl.cpp \ html/helpdata.cpp \ html/helpfrm.cpp \ @@ -245,19 +262,23 @@ 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 \ html/winpars.cpp ALL_HEADERS = \ accel.h \ + access.h \ + access.h \ app.h \ arrimpl.cpp \ + artprov.h \ bitmap.h \ bmpbuttn.h \ brush.h \ buffer.h \ + build.h \ busyinfo.h \ button.h \ calctrl.h \ @@ -283,7 +304,6 @@ ALL_HEADERS = \ ctrlsub.h \ cursor.h \ dataobj.h \ - date.h \ datetime.h \ datetime.inl \ datstrm.h \ @@ -292,6 +312,7 @@ ALL_HEADERS = \ dbkeyg.h \ dbtable.h \ dc.h \ + dcbuffer.h \ dcclient.h \ dcmemory.h \ dcprint.h \ @@ -303,17 +324,21 @@ ALL_HEADERS = \ dialog.h \ dialup.h \ dir.h \ + dirctrl.h \ dirdlg.h \ + display.h \ dnd.h \ docmdi.h \ docview.h \ dragimag.h \ dynarray.h \ dynlib.h \ + dynload.h \ + effects.h \ encconv.h \ event.h \ - expr.h \ fdrepdlg.h \ + features.h \ ffile.h \ file.h \ fileconf.h \ @@ -340,14 +365,17 @@ ALL_HEADERS = \ grid.h \ gsocket.h \ hash.h \ + hashmap.h \ help.h \ helpbase.h \ helphtml.h \ helpwin.h \ icon.h \ + iconbndl.h \ imagbmp.h \ image.h \ imaggif.h \ + imagiff.h \ imagjpeg.h \ imaglist.h \ imagpcx.h \ @@ -356,7 +384,9 @@ ALL_HEADERS = \ imagtiff.h \ imagxpm.h \ intl.h \ + iosfwrap.h \ ioswrap.h \ + ipc.h \ ipcbase.h \ isql.h \ isqlext.h \ @@ -364,15 +394,18 @@ ALL_HEADERS = \ layout.h \ laywin.h \ list.h \ + listbase.h \ listbox.h \ listctrl.h \ listimpl.cpp \ log.h \ longlong.h \ + math.h \ matrix.h \ mdi.h \ memconf.h \ memory.h \ + memtext.h \ menu.h \ menuitem.h \ metafile.h \ @@ -380,11 +413,10 @@ ALL_HEADERS = \ minifram.h \ module.h \ msgdlg.h \ + msgout.h \ mstream.h \ notebook.h \ object.h \ - objstrm.h \ - odbc.h \ ownerdrw.h \ palette.h \ panel.h \ @@ -397,23 +429,19 @@ ALL_HEADERS = \ prntbase.h \ process.h \ progdlg.h \ - prop.h \ - propform.h \ - proplist.h \ + quantize.h \ radiobox.h \ radiobut.h \ + rawbmp.h \ regex.h \ region.h \ - resource.h \ sashwin.h \ sckaddr.h \ sckipc.h \ sckstrm.h \ scrolbar.h \ scrolwin.h \ - serbase.h \ settings.h \ - setup.h \ sizer.h \ slider.h \ snglinst.h \ @@ -437,12 +465,13 @@ ALL_HEADERS = \ taskbar.h \ tbarbase.h \ tbarsmpl.h \ + textbuf.h \ textctrl.h \ textdlg.h \ textfile.h \ tglbtn.h \ thread.h \ - time.h \ + thrimpl.cpp \ timer.h \ tipdlg.h \ tipwin.h \ @@ -462,6 +491,7 @@ ALL_HEADERS = \ variant.h \ vector.h \ version.h \ + volume.h \ wave.h \ wfstream.h \ window.h \ @@ -471,7 +501,6 @@ ALL_HEADERS = \ wx_cw_cm.h \ wx_cw_d.h \ wxchar.h \ - wxexpr.h \ wxhtml.h \ wxprec.h \ xpmdecod.h \ @@ -479,22 +508,19 @@ ALL_HEADERS = \ zstream.h \ motif/accel.h \ motif/app.h \ - motif/bitmap.h \ motif/bmpbuttn.h \ - motif/brush.h \ + motif/bmpmotif.h \ motif/button.h \ motif/checkbox.h \ motif/checklst.h \ motif/choice.h \ motif/clipbrd.h \ - motif/colordlg.h \ motif/colour.h \ motif/combobox.h \ motif/control.h \ motif/cursor.h \ motif/dataform.h \ motif/dataobj.h \ - motif/dataobj2.h \ motif/dc.h \ motif/dcclient.h \ motif/dcmemory.h \ @@ -504,24 +530,19 @@ ALL_HEADERS = \ motif/dnd.h \ motif/filedlg.h \ motif/font.h \ - motif/fontdlg.h \ motif/frame.h \ motif/gauge.h \ motif/gdiobj.h \ motif/glcanvas.h \ motif/icon.h \ - motif/joystick.h \ motif/listbox.h \ motif/mdi.h \ motif/menu.h \ motif/menuitem.h \ - motif/metafile.h \ motif/minifram.h \ motif/msgdlg.h \ motif/palette.h \ - motif/pen.h \ motif/print.h \ - motif/printdlg.h \ motif/private.h \ motif/radiobox.h \ motif/radiobut.h \ @@ -534,8 +555,10 @@ ALL_HEADERS = \ motif/statbox.h \ motif/stattext.h \ motif/textctrl.h \ + motif/tglbtn.h \ motif/timer.h \ motif/toolbar.h \ + motif/toplevel.h \ motif/window.h \ generic/accel.h \ generic/calctrl.h \ @@ -554,10 +577,10 @@ ALL_HEADERS = \ generic/gridg.h \ generic/helpext.h \ generic/helphtml.h \ - generic/helpwxht.h \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ + generic/mdig.h \ generic/msgdlgg.h \ generic/notebook.h \ generic/paletteg.h \ @@ -570,15 +593,19 @@ ALL_HEADERS = \ generic/spinctlg.h \ generic/splash.h \ generic/splitter.h \ + generic/statline.h \ generic/statusbr.h \ generic/tabg.h \ generic/textdlgg.h \ + generic/timer.h \ generic/treectlg.h \ generic/wizard.h \ unix/execute.h \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/taskbarx11.h \ + unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ html/helpdata.h \ @@ -595,11 +622,17 @@ ALL_HEADERS = \ protocol/file.h \ protocol/ftp.h \ protocol/http.h \ - protocol/protocol.h + protocol/protocol.h \ + x11/bitmap.h \ + x11/brush.h \ + x11/pen.h COMMONOBJS = \ - parser.o \ + accesscmn.o \ appcmn.o \ + artprov.o \ + artstd.o \ + bmpbase.o \ choiccmn.o \ clipcmn.o \ clntdata.o \ @@ -611,6 +644,7 @@ COMMONOBJS = \ cshelp.o \ ctrlcmn.o \ ctrlsub.o \ + datacmn.o \ datetime.o \ datstrm.o \ db.o \ @@ -623,8 +657,11 @@ COMMONOBJS = \ dobjcmn.o \ docmdi.o \ docview.o \ + dpycmn.o \ + dseldlg.o \ dynarray.o \ dynlib.o \ + dynload.o \ effects.o \ encconv.o \ event.o \ @@ -648,12 +685,16 @@ COMMONOBJS = \ geometry.o \ gifdecod.o \ hash.o \ + hashmap.o \ helpbase.o \ http.o \ + iconbndl.o \ imagall.o \ imagbmp.o \ image.o \ + imagfill.o \ imaggif.o \ + imagiff.o \ imagjpeg.o \ imagpcx.o \ imagpng.o \ @@ -672,10 +713,10 @@ COMMONOBJS = \ menucmn.o \ mimecmn.o \ module.o \ + msgout.o \ mstream.o \ nbkbase.o \ object.o \ - objstrm.o \ paper.o \ popupcmn.o \ prntbase.o \ @@ -684,12 +725,12 @@ COMMONOBJS = \ quantize.o \ radiocmn.o \ regex.o \ - resource.o \ + rgncmn.o \ sckaddr.o \ sckfile.o \ sckipc.o \ sckstrm.o \ - serbase.o \ + settcmn.o \ sizer.o \ socket.o \ statbar.o \ @@ -697,7 +738,9 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ + textbuf.o \ textcmn.o \ textfile.o \ timercmn.o \ @@ -715,7 +758,6 @@ COMMONOBJS = \ wfstream.o \ wincmn.o \ wxchar.o \ - wxexpr.o \ xpmdecod.o \ zipstrm.o \ zstream.o @@ -726,6 +768,7 @@ GENERICOBJS = \ caret.o \ choicdgg.o \ colrdlgg.o \ + dcbuffer.o \ dcpsg.o \ dirctrlg.o \ dirdlgg.o \ @@ -737,11 +780,11 @@ GENERICOBJS = \ gridsel.o \ helpext.o \ helphtml.o \ - helpwxht.o \ imaglist.o \ laywin.o \ listctrl.o \ logg.o \ + mdig.o \ msgdlgg.o \ notebook.o \ numdlgg.o \ @@ -749,9 +792,6 @@ GENERICOBJS = \ printps.o \ prntdlgg.o \ progdlgg.o \ - prop.o \ - propform.o \ - proplist.o \ sashwin.o \ scrlwing.o \ spinctlg.o \ @@ -765,16 +805,14 @@ GENERICOBJS = \ tipdlg.o \ tipwin.o \ treectlg.o \ - treelay.o \ wizard.o GUIOBJS = \ xmcombo.o \ accel.o \ app.o \ - bitmap.o \ bmpbuttn.o \ - brush.o \ + bmpmotif.o \ button.o \ checkbox.o \ checklst.o \ @@ -782,6 +820,7 @@ GUIOBJS = \ clipbrd.o \ colour.o \ combobox.o \ + combobox_native.o \ control.o \ cursor.o \ data.o \ @@ -791,6 +830,7 @@ GUIOBJS = \ dcmemory.o \ dcscreen.o \ dialog.o \ + evtloop.o \ filedlg.o \ font.o \ frame.o \ @@ -807,7 +847,6 @@ GUIOBJS = \ minifram.o \ msgdlg.o \ palette.o \ - pen.o \ radiobox.o \ radiobut.o \ region.o \ @@ -821,8 +860,13 @@ GUIOBJS = \ textctrl.o \ timer.o \ toolbar.o \ + toplevel.o \ utils.o \ - window.o + window.o \ + bitmap.o \ + brush.o \ + pen.o \ + utilsx.o UNIXOBJS = \ dialup.o \ @@ -832,8 +876,10 @@ UNIXOBJS = \ gsocket.o \ mimetype.o \ snglinst.o \ + taskbarx11.o \ threadpsx.o \ - utilsunx.o + utilsunx.o \ + utilsx11.o HTMLOBJS = \ helpctrl.o \ @@ -852,8 +898,8 @@ HTMLOBJS = \ m_layout.o \ m_links.o \ m_list.o \ - m_meta.o \ m_pre.o \ + m_style.o \ m_tables.o \ winpars.o