mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-29 06:43:51 +02:00
Sparta docked formeditor: Change visibility of methods so it compiles with FPC trunk. Issue #34816.
git-svn-id: trunk@60119 -
This commit is contained in:
parent
87bfc99a1c
commit
76ffb9c721
@ -19,17 +19,14 @@ type
|
||||
FHackTop: Integer;
|
||||
FHackWidth: Integer;
|
||||
FHackHeight: Integer;
|
||||
|
||||
private
|
||||
FOnChangeHackedBounds: TNotifyEvent;
|
||||
|
||||
procedure SetOnChangeHackedBounds(const AValue: TNotifyEvent);
|
||||
function GetOnChangeHackedBounds: TNotifyEvent;
|
||||
function PositionDelta: TPoint;
|
||||
protected
|
||||
FForm: TCustomForm;
|
||||
FUpdate: boolean;
|
||||
protected
|
||||
procedure SetOnChangeHackedBounds(const AValue: TNotifyEvent);
|
||||
function GetOnChangeHackedBounds: TNotifyEvent;
|
||||
function PositionDelta: TPoint;
|
||||
|
||||
function GetRealBounds(AIndex: Integer): Integer; virtual;
|
||||
procedure SetRealBounds(AIndex: Integer; AValue: Integer); virtual;
|
||||
function GetPublishedBounds(AIndex: Integer): Integer; virtual;
|
||||
@ -56,7 +53,7 @@ type
|
||||
|
||||
function GetForm: TCustomForm; virtual;
|
||||
function GetUpdate: Boolean; virtual;
|
||||
protected
|
||||
|
||||
procedure DoChangeHackedBounds; virtual;
|
||||
|
||||
function GetLogicalClientRect(ALogicalClientRect: TRect): TRect; virtual;
|
||||
|
Loading…
Reference in New Issue
Block a user