Difference between revisions of "ATStatusBar"

From Lazarus wiki
Jump to navigationJump to search
(→‎Bug reporting: remove old URL)
Line 25: Line 25:
  
 
Component doesn't support Lazarus designer, you need to create objects at runtime.
 
Component doesn't support Lazarus designer, you need to create objects at runtime.
See documentation at "Wiki" page of Github page.
 
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 19:31, 7 November 2017

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.