mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-23 21:21:46 +02:00
lcl: fix header
git-svn-id: trunk@18002 -
This commit is contained in:
parent
82598cc634
commit
d9491a4528
@ -52,13 +52,13 @@ type
|
||||
procedure InternalDrawParentBackground(Window: HWND; Target: HDC; Bounds: PRect); override;
|
||||
|
||||
function GetControlState(Details: TThemedElementDetails): QStyleState;
|
||||
function GetDetailSize(Details: TThemedElementDetails): Integer; override;
|
||||
function GetDrawElement(Details: TThemedElementDetails): TQtDrawElement;
|
||||
property Style: QStyleH read GetStyle;
|
||||
public
|
||||
procedure DrawElement(DC: HDC; Details: TThemedElementDetails; const R: TRect; ClipRect: PRect); override;
|
||||
procedure DrawEdge(DC: HDC; Details: TThemedElementDetails; const R: TRect; Edge, Flags: Cardinal; AContentRect: PRect); override;
|
||||
procedure DrawIcon(DC: HDC; Details: TThemedElementDetails; const R: TRect; himl: HIMAGELIST; Index: Integer); override;
|
||||
function GetDetailSize(Details: TThemedElementDetails): Integer; override;
|
||||
|
||||
function ContentRect(DC: HDC; Details: TThemedElementDetails; BoundingRect: TRect): TRect; override;
|
||||
function HasTransparentParts(Details: TThemedElementDetails): Boolean; override;
|
||||
|
Loading…
Reference in New Issue
Block a user