mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 16:41:19 +02:00
Part forgotten from last commit
git-svn-id: trunk@35691 -
This commit is contained in:
parent
96193a39b6
commit
276ce26bb5
@ -101,6 +101,7 @@ type
|
|||||||
public
|
public
|
||||||
HasNoImage: Boolean;
|
HasNoImage: Boolean;
|
||||||
NativeDC: PtrInt; // Utilized by LCL-CustomDrawn
|
NativeDC: PtrInt; // Utilized by LCL-CustomDrawn
|
||||||
|
ExtraFontData: TObject; // Utilized by LCL-CustomDrawn
|
||||||
constructor create (AnImage : TFPCustomImage);
|
constructor create (AnImage : TFPCustomImage);
|
||||||
destructor destroy; override;
|
destructor destroy; override;
|
||||||
procedure SetLazClipRegion(ARegion: TLazRegion);
|
procedure SetLazClipRegion(ARegion: TLazRegion);
|
||||||
|
Loading…
Reference in New Issue
Block a user