mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
* Fix MSVC compilation due to wrong titlebar global variables declarations. * Fix CustomTitleBar example * Added description to CustomTitleBar example
11 lines
135 B
Text
11 lines
135 B
Text
description "Demonstrates how to implement and use a custom title bar\377";
|
|
|
|
uses
|
|
CtrlLib;
|
|
|
|
file
|
|
main.cpp;
|
|
|
|
mainconfig
|
|
"" = "GUI";
|
|
|