mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
16 lines
211 B
Text
16 lines
211 B
Text
description "Example code for the DockCtrl package";
|
|
|
|
uses
|
|
CtrlLib,
|
|
DockCtrl,
|
|
RichEdit;
|
|
|
|
file
|
|
DockCtrlExample.h,
|
|
main.cpp,
|
|
DockCtrlExample.lay;
|
|
|
|
mainconfig
|
|
"" = "GUI",
|
|
"" = "GUI NOGTK";
|
|
|