mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-04 12:18:11 +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
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Types, SysUtils, Classes, Controls, ExtCtrls, Buttons, Forms, GraphType,
|
Types, SysUtils, Classes, Controls, ExtCtrls, StdCtrls, Buttons, Forms, GraphType,
|
||||||
Graphics, LMessages, LCLStrConsts, Themes;
|
Graphics, LMessages, LCLStrConsts, Themes;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
@ -67,11 +67,6 @@ type
|
|||||||
}
|
}
|
||||||
TNumGlyphs = 1..5;
|
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 }
|
{ TButtonGlyph }
|
||||||
TGlyphTransparencyMode = (
|
TGlyphTransparencyMode = (
|
||||||
gtmGlyph, // transparency is defined by the glyph itself (bitbtn)
|
gtmGlyph, // transparency is defined by the glyph itself (bitbtn)
|
||||||
|
Loading…
Reference in New Issue
Block a user