mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 04:07:57 +02:00
lcl: remove TCustomButton, TButton redeclaration
git-svn-id: trunk@23676 -
This commit is contained in:
parent
6d3622fa85
commit
0464afa852
@ -19,7 +19,7 @@ unit ButtonPanel;
|
||||
interface
|
||||
|
||||
uses
|
||||
Types, SysUtils, Classes, Controls, ExtCtrls, Buttons, Forms, GraphType,
|
||||
Types, SysUtils, Classes, Controls, ExtCtrls, StdCtrls, Buttons, Forms, GraphType,
|
||||
Graphics, LMessages, LCLStrConsts, Themes;
|
||||
|
||||
type
|
||||
|
@ -67,11 +67,6 @@ type
|
||||
}
|
||||
TNumGlyphs = 1..5;
|
||||
|
||||
{Some type aliases, because TButton is now in StdCtrls,
|
||||
but was in this unit in Lazarus 0.9.22 and earlier}
|
||||
TCustomButton = StdCtrls.TCustomButton;
|
||||
TButton = StdCtrls.TButton;
|
||||
|
||||
{ TButtonGlyph }
|
||||
TGlyphTransparencyMode = (
|
||||
gtmGlyph, // transparency is defined by the glyph itself (bitbtn)
|
||||
|
Loading…
Reference in New Issue
Block a user