mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
30 lines
528 B
Text
30 lines
528 B
Text
description "Dockable/dynamic widget framework by İsmail Yılmaz";
|
||
|
||
uses
|
||
CtrlCore,
|
||
CtrlLib,
|
||
Draw;
|
||
|
||
file
|
||
READMEFIRST.txt,
|
||
"Header Files" readonly separator,
|
||
DockCtrl.h,
|
||
"Source Files" readonly separator,
|
||
AutoHideBar.cpp,
|
||
PaneSplitter.cpp,
|
||
PaneFrame.cpp,
|
||
DockCtrl.cpp charset "UTF-8",
|
||
DockTabs.cpp,
|
||
DockWindow.cpp,
|
||
DockableCtrl.cpp,
|
||
Resources readonly separator,
|
||
DockableCtrl.iml,
|
||
DockCtrl.lay,
|
||
DockCtrl.t charset "UTF-8",
|
||
"Other Files" readonly separator,
|
||
TODO.txt,
|
||
ChangeLog.txt;
|
||
|
||
mainconfig
|
||
"" = "GUI";
|
||
|