Added stubs .cpp files.
authorJulian Smart <julian@anthemion.co.uk>
Sun, 9 Aug 1998 16:27:07 +0000 (16:27 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 9 Aug 1998 16:27:07 +0000 (16:27 +0000)
commit93cf77c076b699e8e0b3b0049bd4f80de15997dd
tree2ae6463f406e3bf0491f8fe48e96a5a05712c3e5
parent30dea05497c1f00d72d7dbf7f2f4818dfaa0e500
Added stubs .cpp files.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
69 files changed:
src/stubs/accel.cpp [new file with mode: 0644]
src/stubs/app.cpp [new file with mode: 0644]
src/stubs/bitmap.cpp [new file with mode: 0644]
src/stubs/bmpbuttn.cpp [new file with mode: 0644]
src/stubs/brush.cpp [new file with mode: 0644]
src/stubs/button.cpp [new file with mode: 0644]
src/stubs/checkbox.cpp [new file with mode: 0644]
src/stubs/checklst.cpp [new file with mode: 0644]
src/stubs/choice.cpp [new file with mode: 0644]
src/stubs/clipbrd.cpp [new file with mode: 0644]
src/stubs/colordlg.cpp [new file with mode: 0644]
src/stubs/colour.cpp [new file with mode: 0644]
src/stubs/combobox.cpp [new file with mode: 0644]
src/stubs/control.cpp [new file with mode: 0644]
src/stubs/cursor.cpp [new file with mode: 0644]
src/stubs/data.cpp [new file with mode: 0644]
src/stubs/dc.cpp [new file with mode: 0644]
src/stubs/dcclient.cpp [new file with mode: 0644]
src/stubs/dcmemory.cpp [new file with mode: 0644]
src/stubs/dcscreen.cpp [new file with mode: 0644]
src/stubs/dialog.cpp [new file with mode: 0644]
src/stubs/dirdlg.cpp [new file with mode: 0644]
src/stubs/dnd.cpp [new file with mode: 0644]
src/stubs/filedlg.cpp [new file with mode: 0644]
src/stubs/font.cpp [new file with mode: 0644]
src/stubs/fontdlg.cpp [new file with mode: 0644]
src/stubs/frame.cpp [new file with mode: 0644]
src/stubs/gauge.cpp [new file with mode: 0644]
src/stubs/gdiobj.cpp [new file with mode: 0644]
src/stubs/helpxxxx.cpp [new file with mode: 0644]
src/stubs/icon.cpp [new file with mode: 0644]
src/stubs/imaglist.cpp [new file with mode: 0644]
src/stubs/joystick.cpp [new file with mode: 0644]
src/stubs/listbox.cpp [new file with mode: 0644]
src/stubs/listctrl.cpp [new file with mode: 0644]
src/stubs/main.cpp [new file with mode: 0644]
src/stubs/mdi.cpp [new file with mode: 0644]
src/stubs/menu.cpp [new file with mode: 0644]
src/stubs/menuitem.cpp [new file with mode: 0644]
src/stubs/metafile.cpp [new file with mode: 0644]
src/stubs/minifram.cpp [new file with mode: 0644]
src/stubs/msgdlg.cpp [new file with mode: 0644]
src/stubs/notebook.cpp [new file with mode: 0644]
src/stubs/palette.cpp [new file with mode: 0644]
src/stubs/pen.cpp [new file with mode: 0644]
src/stubs/print.cpp [new file with mode: 0644]
src/stubs/printdlg.cpp [new file with mode: 0644]
src/stubs/radiobox.cpp [new file with mode: 0644]
src/stubs/radiobut.cpp [new file with mode: 0644]
src/stubs/region.cpp [new file with mode: 0644]
src/stubs/scrolbar.cpp [new file with mode: 0644]
src/stubs/settings.cpp [new file with mode: 0644]
src/stubs/slider.cpp [new file with mode: 0644]
src/stubs/spinbutt.cpp [new file with mode: 0644]
src/stubs/statbmp.cpp [new file with mode: 0644]
src/stubs/statbox.cpp [new file with mode: 0644]
src/stubs/stattext.cpp [new file with mode: 0644]
src/stubs/statusbr.cpp [new file with mode: 0644]
src/stubs/tabctrl.cpp [new file with mode: 0644]
src/stubs/taskbar.cpp [new file with mode: 0644]
src/stubs/textctrl.cpp [new file with mode: 0644]
src/stubs/thread.cpp [new file with mode: 0644]
src/stubs/timer.cpp [new file with mode: 0644]
src/stubs/toolbar.cpp [new file with mode: 0644]
src/stubs/treectrl.cpp [new file with mode: 0644]
src/stubs/utils.cpp [new file with mode: 0644]
src/stubs/utilsexc.cpp [new file with mode: 0644]
src/stubs/wave.cpp [new file with mode: 0644]
src/stubs/window.cpp [new file with mode: 0644]