mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 03:00:24 +02:00
cocoa: getting rid of compiler warnings
git-svn-id: trunk@56911 -
This commit is contained in:
parent
be6ec02cd2
commit
b42e54fd96
@ -153,11 +153,11 @@ end;*)
|
||||
|
||||
Draws a button element with native look
|
||||
Button kinds:
|
||||
{BP_PUSHBUTTON } kThemeRoundedBevelButton,
|
||||
{BP_RADIOBUTTON} kThemeRadioButton,
|
||||
{BP_CHECKBOX } kThemeCheckBox,
|
||||
{BP_GROUPBOX } kHIThemeGroupBoxKindPrimary,
|
||||
{BP_USERBUTTON } kThemeRoundedBevelButton
|
||||
BP_PUSHBUTTON kThemeRoundedBevelButton,
|
||||
BP_RADIOBUTTON kThemeRadioButton,
|
||||
BP_CHECKBOX kThemeCheckBox,
|
||||
BP_GROUPBOX kHIThemeGroupBoxKindPrimary,
|
||||
BP_USERBUTTON kThemeRoundedBevelButton
|
||||
------------------------------------------------------------------------------}
|
||||
function TCocoaThemeServices.DrawButtonElement(DC: TCocoaContext;
|
||||
Details: TThemedElementDetails; R: TRect; ClipRect: PRect): TRect;
|
||||
|
Loading…
Reference in New Issue
Block a user