mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 11:56:45 +02:00
lcl: make TScrollingWinControl.ScrollBy public for delphi compatibility
git-svn-id: trunk@21000 -
This commit is contained in:
parent
7854048a16
commit
89c8026bc3
@ -167,7 +167,6 @@ type
|
||||
procedure DoOnResize; override;
|
||||
procedure WMHScroll(var Message : TLMHScroll); message LM_HScroll;
|
||||
procedure WMVScroll(var Message : TLMVScroll); message LM_VScroll;
|
||||
procedure ScrollBy(DeltaX, DeltaY: Integer);
|
||||
function ComputeScrollbars: Boolean; virtual;
|
||||
procedure ScrollbarHandler(ScrollKind: TScrollBarKind;
|
||||
OldPosition: Integer); virtual;
|
||||
@ -178,6 +177,7 @@ type
|
||||
procedure UpdateScrollbars;
|
||||
function HasVisibleScrollbars: boolean; virtual;
|
||||
class function GetControlClassDefaultSize: TPoint; override;
|
||||
procedure ScrollBy(DeltaX, DeltaY: Integer);
|
||||
published
|
||||
property HorzScrollBar: TControlScrollBar
|
||||
read FHorzScrollBar write SetHorzScrollBar stored StoreScrollBars;
|
||||
|
Loading…
Reference in New Issue
Block a user