Difference between revisions of "ATExtendedDialogs"

From Free Pascal wiki
Jump to navigationJump to search
Line 12: Line 12:
  
 
[[Image:ATFontDialog.png]]
 
[[Image:ATFontDialog.png]]
 +
 +
Mimics GTK2 feature: when user clicks font size bigger than about 20, preview panel height is increased (together with the form height).
  
 
=Download=
 
=Download=
  
 
GitHub: https://github.com/Alexey-T/ATExtendedDialogs
 
GitHub: https://github.com/Alexey-T/ATExtendedDialogs

Revision as of 20:43, 8 March 2019

About

ATExtendedDialogs is the package with units with extended dialogs. Currently only font dialog in ATFontDialog unit.

Author: Alexey Torgashin

License: dual licensed, MPL 2.0 / LPGL.

ATFontDialog

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

Mimics GTK2 feature: when user clicks font size bigger than about 20, preview panel height is increased (together with the form height).

Download

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