mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:56:01 +02:00
LCL: formatting
git-svn-id: trunk@46703 -
This commit is contained in:
parent
61ffa277ed
commit
f1afc4e4cd
@ -67,15 +67,13 @@ type
|
||||
TLCLCapability = (
|
||||
lcAsyncProcess, // Support for async process
|
||||
lcCanDrawOutsideOnPaint, // Support for drawing outside OnPaint event of an control
|
||||
lcNeedMininimizeAppWithMainForm,
|
||||
// When main form is minimized, then minimize also app
|
||||
lcNeedMininimizeAppWithMainForm, // When main form is minimized, then minimize also app
|
||||
lcApplicationTitle, // Can change application title in runtime
|
||||
lcApplicationWindow, // Application has a special root window
|
||||
lcFormIcon, // Forms have icon
|
||||
lcModalWindow, // native modal windows support
|
||||
lcDragDockStartOnTitleClick,// ability to start drag/dock events on title bar click
|
||||
lcAntialiasingEnabledByDefault,
|
||||
// is amDontCare = amOn for the widgetset
|
||||
lcAntialiasingEnabledByDefault, // is amDontCare = amOn for the widgetset
|
||||
lcLMHelpSupport, // support for LM_HELP command
|
||||
lcReceivesLMClearCutCopyPasteReliably, // In Carbon we do not receive LM_CLEAR, CUT, COPY, PASTE, etc reliably, and this affects DB controls. See bug http://bugs.freepascal.org/view.php?id=20394
|
||||
lcSendsUTF8KeyPress, // If the interface does not yet send UTF8KeyPress directly, then it will be emulated in TWinControl.CNChar
|
||||
|
Loading…
Reference in New Issue
Block a user