mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:19:16 +02:00
LCL/Grids: Increase visibility of TrySmoothScrollBy (issue #40523).
This commit is contained in:
parent
e2f9f0c8ef
commit
cc97670486
@ -960,7 +960,6 @@ type
|
|||||||
function StartColSizing(const X, Y: Integer): boolean;
|
function StartColSizing(const X, Y: Integer): boolean;
|
||||||
procedure ChangeCursor(ACursor: TCursor; ASaveCurrentCursor: Boolean = true);
|
procedure ChangeCursor(ACursor: TCursor; ASaveCurrentCursor: Boolean = true);
|
||||||
function TitleFontIsStored: Boolean;
|
function TitleFontIsStored: Boolean;
|
||||||
function TrySmoothScrollBy(aColDelta, aRowDelta: Integer): Boolean;
|
|
||||||
procedure TryScrollTo(aCol,aRow: Integer; ClearColOff, ClearRowOff: Boolean);
|
procedure TryScrollTo(aCol,aRow: Integer; ClearColOff, ClearRowOff: Boolean);
|
||||||
procedure UpdateCachedSizes;
|
procedure UpdateCachedSizes;
|
||||||
procedure UpdateSBVisibility;
|
procedure UpdateSBVisibility;
|
||||||
@ -1201,6 +1200,7 @@ type
|
|||||||
procedure StartPushCell;
|
procedure StartPushCell;
|
||||||
procedure TopLeftChanged; virtual;
|
procedure TopLeftChanged; virtual;
|
||||||
function TryMoveSelection(Relative: Boolean; var DCol, DRow: Integer): Boolean;
|
function TryMoveSelection(Relative: Boolean; var DCol, DRow: Integer): Boolean;
|
||||||
|
function TrySmoothScrollBy(aColDelta, aRowDelta: Integer): Boolean;
|
||||||
procedure UnLockEditor;
|
procedure UnLockEditor;
|
||||||
procedure UnprepareCellHints; virtual;
|
procedure UnprepareCellHints; virtual;
|
||||||
procedure UpdateHorzScrollBar(const aVisible: boolean; const aRange,aPage,aPos: Integer); virtual;
|
procedure UpdateHorzScrollBar(const aVisible: boolean; const aRange,aPage,aPos: Integer); virtual;
|
||||||
|
Loading…
Reference in New Issue
Block a user