]> git.saurik.com Git - wxWidgets.git/commit
Added my wxWindows based layout engine to the repository.
authorKarsten Ballüder <ballueder@usa.net>
Mon, 29 Jun 1998 12:44:36 +0000 (12:44 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Mon, 29 Jun 1998 12:44:36 +0000 (12:44 +0000)
commita5f81d8c07022c086723a587488750ef055439e3
tree5ee589fcd14c8a039f6419bf2639a1ca89b57e63
parent8f79098a0405fbaffba08b8ebac939b56479ab99
Added my wxWindows based layout engine to the repository.
It arranges text and graphics for display on a wxDC.
This code is licensed under the LGPL.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
user/wxLayout/Makefile.in [new file with mode: 0644]
user/wxLayout/Micon.xpm [new file with mode: 0644]
user/wxLayout/README [new file with mode: 0644]
user/wxLayout/kbList.cpp [new file with mode: 0644]
user/wxLayout/kbList.h [new file with mode: 0644]
user/wxLayout/wxLayout.cpp [new file with mode: 0644]
user/wxLayout/wxLayout.h [new file with mode: 0644]
user/wxLayout/wxllist.cpp [new file with mode: 0644]
user/wxLayout/wxllist.h [new file with mode: 0644]
user/wxLayout/wxlparser.cpp [new file with mode: 0644]
user/wxLayout/wxlparser.h [new file with mode: 0644]
user/wxLayout/wxlwindow.cpp [new file with mode: 0644]
user/wxLayout/wxlwindow.h [new file with mode: 0644]