jvcllaz: Make TJvCustomItemViewer.ItemRect() public (useful for hint positioning).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7199 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
b58836d2c6
commit
a95934ae76
@ -280,7 +280,6 @@ type
|
||||
|
||||
procedure CheckHotTrack;
|
||||
procedure InvalidateClipRect(R: TRect);
|
||||
function ItemRect(Index: Integer; IncludeSpacing: Boolean): TRect;
|
||||
function ColRowToIndex(ACol, ARow: Integer): Integer;
|
||||
procedure OptionsChanged;
|
||||
procedure Changed;
|
||||
@ -353,6 +352,7 @@ type
|
||||
procedure Delete(Index: Integer);
|
||||
function IndexOf(Item: TJvViewerItem): Integer;
|
||||
function ItemAtPos(X, Y: Integer; Existing: Boolean): Integer; virtual;
|
||||
function ItemRect(Index: Integer; IncludeSpacing: Boolean): TRect;
|
||||
property BorderStyle default bsSingle;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user