mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 16:25:59 +02:00
ComCtrls: change signature of TDrawTabEvent to avoid compilation error due to duplicatie identifier.
Issue #0025245. Patch by Avishai. git-svn-id: trunk@43337 -
This commit is contained in:
parent
19fb55dd6e
commit
c115f8906b
@ -350,7 +350,7 @@ type
|
|||||||
TNoteBookCapabilities = TCTabControlCapabilities deprecated;
|
TNoteBookCapabilities = TCTabControlCapabilities deprecated;
|
||||||
|
|
||||||
TDrawTabEvent = procedure(Control: TCustomTabControl; TabIndex: Integer;
|
TDrawTabEvent = procedure(Control: TCustomTabControl; TabIndex: Integer;
|
||||||
const Rect: TRect; Active: Boolean) of object;
|
const Rect: TRect; AActive: Boolean) of object;
|
||||||
|
|
||||||
TCustomTabControl = class(TWinControl)
|
TCustomTabControl = class(TWinControl)
|
||||||
private
|
private
|
||||||
|
Loading…
Reference in New Issue
Block a user