mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-10 19:38:18 +02:00
lcl: fixed typo and formatting
git-svn-id: trunk@53967 -
This commit is contained in:
parent
f33a1a9151
commit
de4b901bdd
@ -1194,7 +1194,7 @@ type
|
||||
|
||||
property OnAfterSelection: TOnSelectEvent read FOnAfterSelection write FOnAfterSelection;
|
||||
property OnBeforeSelection: TOnSelectEvent read FOnBeforeSelection write FOnBeforeSelection;
|
||||
property OnCheckboxToggled: TToggledcheckboxEvent read FOnCheckboxToggled write FOnCheckboxToggled;
|
||||
property OnCheckboxToggled: TToggledCheckboxEvent read FOnCheckboxToggled write FOnCheckboxToggled;
|
||||
property OnCompareCells: TOnCompareCells read FOnCompareCells write FOnCompareCells;
|
||||
property OnPrepareCanvas: TOnPrepareCanvasEvent read FOnPrepareCanvas write FOnPrepareCanvas;
|
||||
property OnDrawCell: TOnDrawCell read FOnDrawCell write FOnDrawCell;
|
||||
@ -1207,7 +1207,7 @@ type
|
||||
property OnTopLeftChanged: TNotifyEvent read FOnTopLeftChanged write FOnTopLeftChanged;
|
||||
property OnUserCheckboxBitmap: TUserCheckboxBitmapEvent read FOnUserCheckboxBitmap write FOnUserCheckboxBitmap;
|
||||
property OnValidateEntry: TValidateEntryEvent read FOnValidateEntry write FOnValidateEntry;
|
||||
//Bidi functions
|
||||
// Bidi functions
|
||||
function FlipRect(ARect: TRect): TRect;
|
||||
function FlipPoint(P: TPoint): TPoint;
|
||||
function FlipX(X: Integer): Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user