Difference between revisions of "ATStatusBar"

From Lazarus wiki
Jump to navigationJump to search
Line 16: Line 16:
  
 
Homepage at github: https://github.com/Alexey-T/ATFlatControls
 
Homepage at github: https://github.com/Alexey-T/ATFlatControls
 
= Requirements =
 
 
* Lazarus: 1.6+
 
* Tested on: Windows, Linux (gtk2/qt), macOS.
 
  
 
= Usage =
 
= Usage =

Revision as of 22:13, 3 November 2019

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

Usage

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