mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
28 lines
370 B
Text
28 lines
370 B
Text
description "Window Docking framework, by James Thomas";
|
|
|
|
uses
|
|
CtrlLib,
|
|
TabBar;
|
|
|
|
file
|
|
Docking readonly separator,
|
|
Docking.h,
|
|
DockWindow.cpp,
|
|
DockConfig.cpp,
|
|
DockMenu.h,
|
|
DockMenu.cpp,
|
|
DockableCtrl.h,
|
|
DockableCtrl.cpp,
|
|
DockCont.h,
|
|
DockCont.cpp,
|
|
DockPane.h,
|
|
DockPane.cpp,
|
|
DockTabBar.h,
|
|
DockTabBar.cpp,
|
|
Docking.iml,
|
|
|
|
Docking.lay;
|
|
|
|
mainconfig
|
|
"" = "GUI";
|
|
|