Difference between revisions of "ATStatusBar"

From Lazarus wiki
Jump to navigationJump to search
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
''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.
 
''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)
+
Author: Alexey Torgashin.
  
 
Screenshot:
 
Screenshot:
Line 11: Line 11:
 
= License =
 
= License =
  
MPL 2.0.
+
MPL 2.0 or LGPL.
  
 
= Download =
 
= Download =
  
Homepage at github: https://github.com/Alexey-T/ATFlatControls
+
GitHub repository: 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.
 
  
 +
[[Category:Lazarus]]
 
[[Category:Components]]
 
[[Category:Components]]

Latest revision as of 14:06, 16 December 2021

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.

Screenshot:

ATStatusBar.png

License

MPL 2.0 or LGPL.

Download

GitHub repository: https://github.com/Alexey-T/ATFlatControls