mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-19 09:46:26 +02:00
MG: fixes for 1.1
git-svn-id: trunk@3177 -
This commit is contained in:
parent
a537fadc78
commit
14ce4cf73b
@ -285,7 +285,7 @@ type
|
|||||||
FTransparent,
|
FTransparent,
|
||||||
FStretch : Boolean;
|
FStretch : Boolean;
|
||||||
procedure SetPicture(const AValue: TPicture);
|
procedure SetPicture(const AValue: TPicture);
|
||||||
procedure SetAutoSize(Value : Boolean);
|
procedure SetAutoSize(const Value : Boolean); override;
|
||||||
procedure SetCenter(Value : Boolean);
|
procedure SetCenter(Value : Boolean);
|
||||||
procedure SetStretch(Value : Boolean);
|
procedure SetStretch(Value : Boolean);
|
||||||
procedure SetTransparent(Value : Boolean);
|
procedure SetTransparent(Value : Boolean);
|
||||||
@ -506,6 +506,9 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.36 2002/10/20 21:54:03 lazarus
|
||||||
|
MG: fixes for 1.1
|
||||||
|
|
||||||
Revision 1.35 2002/10/16 13:06:42 lazarus
|
Revision 1.35 2002/10/16 13:06:42 lazarus
|
||||||
MG: fixed TPage.Visible
|
MG: fixed TPage.Visible
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user