mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
Docking: Minor bug-fix, PopUpDockWindow confirmed as working, more complex dynamic allocation supported QuickTabsTest: Modified to use TabBar-derived QuickTabs git-svn-id: svn://ultimatepp.org/upp/trunk@1104 f0d560ea-af0d-0410-9eb7-867de7ffcac7
20 lines
252 B
Text
20 lines
252 B
Text
description "Bazzar: Quick tabs test. Author: Daniel Kos (unodgs)";
|
|
|
|
flags
|
|
QUICKTABS_TEST;
|
|
|
|
uses
|
|
CtrlLib,
|
|
TabBar;
|
|
|
|
file
|
|
QuickTabs.h,
|
|
QuickTabs.cpp,
|
|
FileTabs.cpp,
|
|
QuickTabsTest.h,
|
|
QuickTabsTest.cpp,
|
|
QuickTabsTest.lay;
|
|
|
|
mainconfig
|
|
"" = "GUI";
|
|
|