mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 05:02:25 +02:00
published TPaintBox.Enabled
git-svn-id: trunk@4985 -
This commit is contained in:
parent
ec76009548
commit
450b7a22c6
@ -369,7 +369,7 @@ type
|
||||
// property DragCursor;
|
||||
// property DragKind;
|
||||
// property DragMode;
|
||||
// property Enabled;
|
||||
property Enabled;
|
||||
property Font;
|
||||
property Hint;
|
||||
property ParentColor;
|
||||
@ -378,6 +378,7 @@ type
|
||||
property PopupMenu;
|
||||
property ShowHint;
|
||||
property Visible;
|
||||
property OnChangeBounds;
|
||||
property OnClick;
|
||||
property OnDblClick;
|
||||
// property OnDragDrop;
|
||||
@ -388,6 +389,7 @@ type
|
||||
property OnMouseMove;
|
||||
property OnMouseUp;
|
||||
property OnPaint: TNotifyEvent read FOnPaint write FOnPaint;
|
||||
property OnResize;
|
||||
// property OnStartDock;
|
||||
// property OnStartDrag;
|
||||
end;
|
||||
@ -834,6 +836,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.85 2003/12/28 12:49:18 mattias
|
||||
published TPaintBox.Enabled
|
||||
|
||||
Revision 1.84 2003/12/26 10:59:25 mattias
|
||||
fixed color coversion range check
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user