mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:59:16 +02:00
published TBevel.OnPaint
git-svn-id: trunk@5154 -
This commit is contained in:
parent
609e8ad098
commit
f2532f58ef
@ -518,11 +518,12 @@ type
|
|||||||
property Constraints;
|
property Constraints;
|
||||||
property Picture;
|
property Picture;
|
||||||
property Visible;
|
property Visible;
|
||||||
|
property OnChangeBounds;
|
||||||
property OnClick;
|
property OnClick;
|
||||||
property OnMouseDown;
|
property OnMouseDown;
|
||||||
property OnMouseMove;
|
property OnMouseMove;
|
||||||
property OnMouseUp;
|
property OnMouseUp;
|
||||||
property OnChangeBounds;
|
property OnPaint;
|
||||||
property OnResize;
|
property OnResize;
|
||||||
property Stretch;
|
property Stretch;
|
||||||
property Transparent;
|
property Transparent;
|
||||||
@ -566,6 +567,7 @@ type
|
|||||||
property OnMouseDown;
|
property OnMouseDown;
|
||||||
property OnMouseMove;
|
property OnMouseMove;
|
||||||
property OnMouseUp;
|
property OnMouseUp;
|
||||||
|
property OnPaint;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -917,6 +919,9 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.93 2004/02/03 19:00:10 mattias
|
||||||
|
published TBevel.OnPaint
|
||||||
|
|
||||||
Revision 1.92 2004/02/03 18:54:38 mattias
|
Revision 1.92 2004/02/03 18:54:38 mattias
|
||||||
published TBevel.OnMouseXXX
|
published TBevel.OnMouseXXX
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user