|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.dwt - Something like wx's AUI?
Is there anything like wxWidgets' AUI toolkit for DWT? It has dockable, drag & droppable panels for making IDE-like apps. I see something called JFace and sleak in the dwt-addons project. They didn't compile for me, but are either of those supposed to be such a library? --bb Apr 05 2008
Bill Baxter schrieb:Is there anything like wxWidgets' AUI toolkit for DWT? It has dockable, drag & droppable panels for making IDE-like apps. I see something called JFace and sleak in the dwt-addons project. They didn't compile for me, but are either of those supposed to be such a library? --bb Apr 06 2008
Frank Benoit wrote:Bill Baxter schrieb:Is there anything like wxWidgets' AUI toolkit for DWT? It has dockable, drag & droppable panels for making IDE-like apps. I see something called JFace and sleak in the dwt-addons project. They didn't compile for me, but are either of those supposed to be such a library? --bb Apr 20 2008
Bill Baxter Wrote:By that you mean pure "classic" DWT, right? I see things like import DWT.all, which aren't part of "new" DWT. Apr 21 2008
|