]> git.saurik.com Git - wxWidgets.git/commit - utils/framelayout/src/cbstore.cpp
Added Aleksandras' framelayout code, with more or less working Linux Makefiles
authorHarco de Hilster <harcoh@caos.kun.nl>
Sun, 7 Mar 1999 23:34:37 +0000 (23:34 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Sun, 7 Mar 1999 23:34:37 +0000 (23:34 +0000)
commitbd9396d52dc2118f2f527ecea55271e79a893ed4
tree66aa1e7a4f280d63c5a9f9dad5cde1b73c87a689
parent8c0d01c876f3e792e33a331dfe9b1749242662af
Added Aleksandras' framelayout code, with more or less working Linux Makefiles
General makefiles to be added later.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
84 files changed:
utils/framelayout/Makefile [new file with mode: 0644]
utils/framelayout/samples/Makefile [new file with mode: 0644]
utils/framelayout/samples/bitmaps/bookmarks.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/class_icon.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/class_icon1.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/copy.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/cut.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/file_icon.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/folder_icon.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/help_icon.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/new.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/nextmark.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/open.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/paste.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/prevmark.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/res_icon.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/save.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/saveall.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/search.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/start95_dp.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/start95_pr.bmp [new file with mode: 0644]
utils/framelayout/samples/bitmaps/tile.bmp [new file with mode: 0644]
utils/framelayout/samples/demo/Makefile [new file with mode: 0644]
utils/framelayout/samples/demo/Makefile.in [new file with mode: 0644]
utils/framelayout/samples/demo/fl_demo.cpp [new file with mode: 0644]
utils/framelayout/samples/demo/fl_demo.h [new file with mode: 0644]
utils/framelayout/samples/make_Linux_make [new file with mode: 0755]
utils/framelayout/samples/sample/Makefile [new file with mode: 0644]
utils/framelayout/samples/sample/Makefile.in [new file with mode: 0644]
utils/framelayout/samples/sample/fl_sample.cpp [new file with mode: 0644]
utils/framelayout/samples/test/Makefile [new file with mode: 0644]
utils/framelayout/samples/test/Makefile.in [new file with mode: 0644]
utils/framelayout/samples/test/fl_test.cpp [new file with mode: 0644]
utils/framelayout/samples/test/fl_test.h [new file with mode: 0644]
utils/framelayout/src/Makefile [new file with mode: 0644]
utils/framelayout/src/Makefile.in [new file with mode: 0644]
utils/framelayout/src/antiflickpl.cpp [new file with mode: 0644]
utils/framelayout/src/antiflickpl.h [new file with mode: 0644]
utils/framelayout/src/bardragpl.cpp [new file with mode: 0644]
utils/framelayout/src/bardragpl.h [new file with mode: 0644]
utils/framelayout/src/barhintspl.cpp [new file with mode: 0644]
utils/framelayout/src/barhintspl.h [new file with mode: 0644]
utils/framelayout/src/cbcustom.cpp [new file with mode: 0644]
utils/framelayout/src/cbcustom.h [new file with mode: 0644]
utils/framelayout/src/cbstore.cpp [new file with mode: 0644]
utils/framelayout/src/cbstore.h [new file with mode: 0644]
utils/framelayout/src/controlarea.cpp [new file with mode: 0644]
utils/framelayout/src/controlarea.h [new file with mode: 0644]
utils/framelayout/src/controlbar.cpp [new file with mode: 0644]
utils/framelayout/src/controlbar.h [new file with mode: 0644]
utils/framelayout/src/dynbarhnd.h [new file with mode: 0644]
utils/framelayout/src/dyntbar.cpp [new file with mode: 0644]
utils/framelayout/src/dyntbar.h [new file with mode: 0644]
utils/framelayout/src/dyntbarhnd.cpp [new file with mode: 0644]
utils/framelayout/src/dyntbarhnd.h [new file with mode: 0644]
utils/framelayout/src/frmview.cpp [new file with mode: 0644]
utils/framelayout/src/frmview.h [new file with mode: 0644]
utils/framelayout/src/garbagec.cpp [new file with mode: 0644]
utils/framelayout/src/garbagec.h [new file with mode: 0644]
utils/framelayout/src/gcupdatesmgr.cpp [new file with mode: 0644]
utils/framelayout/src/gcupdatesmgr.h [new file with mode: 0644]
utils/framelayout/src/hintanimpl.cpp [new file with mode: 0644]
utils/framelayout/src/hintanimpl.h [new file with mode: 0644]
utils/framelayout/src/manual.html [new file with mode: 0644]
utils/framelayout/src/newbmpbtn.cpp [new file with mode: 0644]
utils/framelayout/src/newbmpbtn.h [new file with mode: 0644]
utils/framelayout/src/objstore.cpp [new file with mode: 0644]
utils/framelayout/src/objstore.h [new file with mode: 0644]
utils/framelayout/src/panedrawpl.cpp [new file with mode: 0644]
utils/framelayout/src/panedrawpl.h [new file with mode: 0644]
utils/framelayout/src/pf_sample.cpp [new file with mode: 0644]
utils/framelayout/src/pf_sample.h [new file with mode: 0644]
utils/framelayout/src/rowdragpl.cpp [new file with mode: 0644]
utils/framelayout/src/rowdragpl.h [new file with mode: 0644]
utils/framelayout/src/rowlayoutpl.cpp [new file with mode: 0644]
utils/framelayout/src/rowlayoutpl.h [new file with mode: 0644]
utils/framelayout/src/settingsdlg.cpp [new file with mode: 0644]
utils/framelayout/src/settingsdlg.h [new file with mode: 0644]
utils/framelayout/src/toolwnd.cpp [new file with mode: 0644]
utils/framelayout/src/toolwnd.h [new file with mode: 0644]
utils/framelayout/src/updatesmgr.cpp [new file with mode: 0644]
utils/framelayout/src/updatesmgr.h [new file with mode: 0644]
utils/framelayout/src/wxinfo.cpp [new file with mode: 0644]
utils/framelayout/src/wxinfo.h [new file with mode: 0644]