added more files (unchanged) from wxUniv branch
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Jun 2001 21:05:06 +0000 (21:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Jun 2001 21:05:06 +0000 (21:05 +0000)
commit32b8ec418aee4e38877d4cb79e2984c766dcc358
tree2bc69df4f99242a77a315b66bb304b7753602064
parent1e6feb95a79834836e88143b15d9f424ebe79621
added more files (unchanged) from wxUniv branch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
78 files changed:
include/wx/mgl/app.h [new file with mode: 0644]
include/wx/mgl/bitmap.h [new file with mode: 0644]
include/wx/mgl/brush.h [new file with mode: 0644]
include/wx/mgl/clipbrd.h [new file with mode: 0644]
include/wx/mgl/colour.h [new file with mode: 0644]
include/wx/mgl/cursor.h [new file with mode: 0644]
include/wx/mgl/dc.h [new file with mode: 0644]
include/wx/mgl/dcclient.h [new file with mode: 0644]
include/wx/mgl/dcmemory.h [new file with mode: 0644]
include/wx/mgl/dcscreen.h [new file with mode: 0644]
include/wx/mgl/dialog.h [new file with mode: 0644]
include/wx/mgl/font.h [new file with mode: 0644]
include/wx/mgl/fontutil.h [new file with mode: 0644]
include/wx/mgl/frame.h [new file with mode: 0644]
include/wx/mgl/gdiobj.h [new file with mode: 0644]
include/wx/mgl/icon.h [new file with mode: 0644]
include/wx/mgl/palette.h [new file with mode: 0644]
include/wx/mgl/pen.h [new file with mode: 0644]
include/wx/mgl/private.h [new file with mode: 0644]
include/wx/mgl/region.h [new file with mode: 0644]
include/wx/mgl/settings.h [new file with mode: 0644]
include/wx/mgl/timer.h [new file with mode: 0644]
include/wx/mgl/window.h [new file with mode: 0644]
samples/widgets/Makefile.in [new file with mode: 0644]
samples/widgets/button.cpp [new file with mode: 0644]
samples/widgets/combobox.cpp [new file with mode: 0644]
samples/widgets/gauge.cpp [new file with mode: 0644]
samples/widgets/icons/.cvsignore [new file with mode: 0644]
samples/widgets/icons/bmpbtn.xpm [new file with mode: 0644]
samples/widgets/icons/button.xpm [new file with mode: 0644]
samples/widgets/icons/checkbox.xpm [new file with mode: 0644]
samples/widgets/icons/combobox.xpm [new file with mode: 0644]
samples/widgets/icons/gauge.xpm [new file with mode: 0644]
samples/widgets/icons/listbox.xpm [new file with mode: 0644]
samples/widgets/icons/notebook.xpm [new file with mode: 0644]
samples/widgets/icons/radiobox.xpm [new file with mode: 0644]
samples/widgets/icons/scrolbar.xpm [new file with mode: 0644]
samples/widgets/icons/slider.xpm [new file with mode: 0644]
samples/widgets/icons/spinbtn.xpm [new file with mode: 0644]
samples/widgets/icons/statbox.xpm [new file with mode: 0644]
samples/widgets/icons/stattext.xpm [new file with mode: 0644]
samples/widgets/icons/text.xpm [new file with mode: 0644]
samples/widgets/listbox.cpp [new file with mode: 0644]
samples/widgets/notebook.cpp [new file with mode: 0644]
samples/widgets/radiobox.cpp [new file with mode: 0644]
samples/widgets/slider.cpp [new file with mode: 0644]
samples/widgets/spinbtn.cpp [new file with mode: 0644]
samples/widgets/static.cpp [new file with mode: 0644]
samples/widgets/textctrl.cpp [new file with mode: 0644]
samples/widgets/widgets.cpp [new file with mode: 0644]
samples/widgets/widgets.h [new file with mode: 0644]
samples/widgets/widgets.rc [new file with mode: 0644]
src/mgl/app.cpp [new file with mode: 0644]
src/mgl/bitmap.cpp [new file with mode: 0644]
src/mgl/brush.cpp [new file with mode: 0644]
src/mgl/clipbrd.cpp [new file with mode: 0644]
src/mgl/colour.cpp [new file with mode: 0644]
src/mgl/cursor.cpp [new file with mode: 0644]
src/mgl/data.cpp [new file with mode: 0644]
src/mgl/dc.cpp [new file with mode: 0644]
src/mgl/dcclient.cpp [new file with mode: 0644]
src/mgl/dcmemory.cpp [new file with mode: 0644]
src/mgl/dcscreen.cpp [new file with mode: 0644]
src/mgl/dialog.cpp [new file with mode: 0644]
src/mgl/files.lst [new file with mode: 0644]
src/mgl/font.cpp [new file with mode: 0644]
src/mgl/fontenum.cpp [new file with mode: 0644]
src/mgl/fontutil.cpp [new file with mode: 0644]
src/mgl/frame.cpp [new file with mode: 0644]
src/mgl/gdiobj.cpp [new file with mode: 0644]
src/mgl/icon.cpp [new file with mode: 0644]
src/mgl/palette.cpp [new file with mode: 0644]
src/mgl/pen.cpp [new file with mode: 0644]
src/mgl/region.cpp [new file with mode: 0644]
src/mgl/settings.cpp [new file with mode: 0644]
src/mgl/timer.cpp [new file with mode: 0644]
src/mgl/utils.cpp [new file with mode: 0644]
src/mgl/window.cpp [new file with mode: 0644]