lazarus/examples/cooltoolbar
2015-07-04 23:08:27 +00:00
..
project1.lpi examples: removed obsolete OtherUnitFiles 2015-03-02 19:04:04 +00:00
project1.lpr Example project for CoolBar and ToolBars from Vojtech Cihak. Issue #27168. 2014-12-16 08:35:36 +00:00
README.txt Example project for CoolBar and ToolBars from Vojtech Cihak. Issue #27168. 2014-12-16 08:35:36 +00:00
unit1.lfm Example project for CoolBar and ToolBars from Vojtech Cihak. Issue #27168. 2014-12-16 08:35:36 +00:00
unit1.pas Examples: Fix compilation when function wrappers in FileUtil are disabled (define NoLazUTF8Wrappers). Clean uses sections. 2015-07-04 23:08:27 +00:00

Demonstrates the usage of TToolBars inside a TCoolBar.

Contains a CoolBar with five FixedSize bands with ToolBars.
It can be configured (orientation, visibility, size of buttons).
This configuration is stored to INI file and is restored when you run demo again.

Author: Vojtech Cihak