mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 19:18:19 +02:00
LCL: renamed TBaseOwnerDrawState to TOwnerDrawState
git-svn-id: trunk@21657 -
This commit is contained in:
parent
f9ce3b06a8
commit
5f5e0ff648
@ -155,7 +155,7 @@ var
|
||||
ItemIndex: Integer;
|
||||
ColumnIndex: Integer;
|
||||
AreaRect: TRect;
|
||||
State: TBaseOwnerDrawState;
|
||||
State: TOwnerDrawState;
|
||||
Msg: TLMDrawListItem;
|
||||
DCWidget: PGtkWidget;
|
||||
LVTarget: TCustomDrawTarget;
|
||||
|
@ -932,14 +932,14 @@ type
|
||||
odNoFocusRect, odReserved1, odReserved2, odComboBoxEdit,
|
||||
odPainted // item already painted
|
||||
);
|
||||
TBaseOwnerDrawState = set of TOwnerDrawStateType;
|
||||
TOwnerDrawState = set of TOwnerDrawStateType;
|
||||
|
||||
PDrawListItemStruct = ^TDrawListItemStruct;
|
||||
TDrawListItemStruct = record
|
||||
ItemID: UINT;
|
||||
Area: TRect;
|
||||
DC: HDC;
|
||||
ItemState: TBaseOwnerDrawState;
|
||||
ItemState: TOwnerDrawState;
|
||||
end;
|
||||
|
||||
PMeasureItemStruct = ^TMeasureItemStruct;
|
||||
|
@ -246,7 +246,7 @@ type
|
||||
csOwnerDrawVariable // like csDropDownList, but custom drawn and with each item can have another height
|
||||
);
|
||||
|
||||
TOwnerDrawState = TBaseOwnerDrawState;
|
||||
TOwnerDrawState = LCLType.TOwnerDrawState;
|
||||
|
||||
TDrawItemEvent = procedure(Control: TWinControl; Index: Integer;
|
||||
ARect: TRect; State: TOwnerDrawState) of object;
|
||||
|
Loading…
Reference in New Issue
Block a user