lcl: fix header

git-svn-id: trunk@18002 -
This commit is contained in:
paul 2008-12-31 03:07:17 +00:00
parent 82598cc634
commit d9491a4528
79 changed files with 79 additions and 79 deletions

View File

@ -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;