Difference between revisions of "ATExtendedDialogs"

From Lazarus wiki
Jump to navigationJump to search
(new page)
 
Line 1: Line 1:
 +
=About=
 +
 
ATExtendedDialogs is package that contains units for extended dialogs. Currently only font dialog in ATFontDialog unit.
 
ATExtendedDialogs is package that contains units for extended dialogs. Currently only font dialog in ATFontDialog unit.
  
ATFontDialog contains form which mimics good features from GTK2/Win32 font dialogs. Form has many options (beginning with Opt to not mess up with LCL properties), you can see them in the demo screenshot.
+
ATFontDialog contains form which mimics good features from GTK2/Win32 font dialogs. Form has many options (beginning with Opt to not mess up with LCL properties), you can see them in the demo program. Almost all dialog parts can be hidden (except the button panel).
 +
 
 +
[[Image:ATFontDialog.png]]
  
 
License: dual licensed, MPL 2.0 / LPGL.
 
License: dual licensed, MPL 2.0 / LPGL.

Revision as of 20:38, 8 March 2019

About

ATExtendedDialogs is package that contains units for extended dialogs. Currently only font dialog in ATFontDialog unit.

ATFontDialog contains form which mimics good features from GTK2/Win32 font dialogs. Form has many options (beginning with Opt to not mess up with LCL properties), you can see them in the demo program. Almost all dialog parts can be hidden (except the button panel).

ATFontDialog.png

License: dual licensed, MPL 2.0 / LPGL.

Download

GitHub: https://github.com/Alexey-T/ATExtendedDialogs