mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 11:29:18 +02:00
lcl: allow TabStop for notebook (bug #0012959)
git-svn-id: trunk@18267 -
This commit is contained in:
parent
10ad596863
commit
542c7d66c3
@ -201,7 +201,6 @@ type
|
||||
constructor Create(TheOwner: TComponent); override;
|
||||
destructor Destroy; override;
|
||||
function TabIndexAtClientPos(ClientPos: TPoint): integer;
|
||||
function CanTab: boolean; override;
|
||||
function GetImageIndex(ThePageIndex: Integer): Integer; virtual;
|
||||
function IndexOf(APage: TCustomPage): integer;
|
||||
function CustomPage(Index: integer): TCustomPage;
|
||||
|
@ -300,11 +300,6 @@ begin
|
||||
Result:=-1;
|
||||
end;
|
||||
|
||||
function TCustomNotebook.CanTab: boolean;
|
||||
begin
|
||||
Result:=false;
|
||||
end;
|
||||
|
||||
function TCustomNotebook.GetImageIndex(ThePageIndex: Integer): Integer;
|
||||
var
|
||||
APage: TCustomPage;
|
||||
|
Loading…
Reference in New Issue
Block a user