mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 07:02:37 +02:00
lazcontrols: less hints
git-svn-id: trunk@42588 -
This commit is contained in:
parent
d4a64d7a2a
commit
9481c4dba5
@ -18,7 +18,7 @@ type
|
||||
protected
|
||||
FVertical: Boolean;
|
||||
function IsVertical: Boolean; override;
|
||||
procedure GetChildren(Proc: TGetChildProc; Root: TComponent); override;
|
||||
procedure GetChildren({%H-}Proc: TGetChildProc; Root: TComponent); override;
|
||||
procedure Loaded; override;
|
||||
public
|
||||
constructor Create(TheOwner: TComponent); override;
|
||||
@ -170,7 +170,7 @@ end;
|
||||
|
||||
procedure TAdvancedToolbar.GetChildren(Proc: TGetChildProc; Root: TComponent);
|
||||
begin
|
||||
// toolbuttons are streamed by tabcontrol // that way the designer can see them
|
||||
// toolbuttons are streamed by tabcontrol. that way the designer can see them
|
||||
end;
|
||||
|
||||
procedure TAdvancedToolbar.Loaded;
|
||||
|
Loading…
Reference in New Issue
Block a user