mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 15:09:28 +02:00
IDEIntf: less hints
git-svn-id: trunk@52699 -
This commit is contained in:
parent
703f71d105
commit
96b2691e94
@ -305,7 +305,7 @@ type
|
||||
// Draw Checkbox for Boolean and Set element editors.
|
||||
function DrawCheckbox(ACanvas: TCanvas; const ARect: TRect; IsTrue: Boolean): TRect;
|
||||
function DrawCheckValue(ACanvas: TCanvas; const ARect: TRect;
|
||||
AState: TPropEditDrawState; IsTrue: Boolean): TRect;
|
||||
{%H-}AState: TPropEditDrawState; {%H-}IsTrue: Boolean): TRect;
|
||||
public
|
||||
constructor Create(Hook:TPropertyEditorHook; APropCount:Integer); virtual;
|
||||
destructor Destroy; override;
|
||||
|
Loading…
Reference in New Issue
Block a user