ATStatusBar

From Lazarus wiki
Revision as of 19:31, 7 November 2017 by Alextp (talk | contribs) (→‎Usage)
Jump to navigationJump to search

About

ATStatusBar is a statusbar component for Delphi and Lazarus. It's not replacement for standard control, but is alternative one, it has different API. It paints itself OS-indenendant, using custom drawing on canvas.

Author: Alexey Torgashin (Russia)

Screenshot:

ATStatusBar.png

License

MPL 2.0.

Download

Homepage at github: https://github.com/Alexey-T/ATFlatControls

Requirements

  • Lazarus: 1.6+
  • Tested on: Windows, Linux (gtk2/qt), macOS.

Usage

Component doesn't support Lazarus designer, you need to create objects at runtime.