mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 01:02:39 +02:00
MG: added property TMenuItems.RightJustify
git-svn-id: trunk@1082 -
This commit is contained in:
parent
2aa12407df
commit
28a08810d9
@ -464,7 +464,13 @@ begin
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
function TInterfaceBase.SaveDC(DC: HDC) : Integer;
|
||||
function TInterfaceBase.RightJustifyMenuItem(HndMenu: HMenu;
|
||||
bRightJustify: boolean): Boolean;
|
||||
begin
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
function TInterfaceBase.SaveDC(DC: HDC) : Integer;
|
||||
begin
|
||||
Result := 0;
|
||||
end;
|
||||
@ -615,6 +621,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.36 2002/08/08 17:26:37 lazarus
|
||||
MG: added property TMenuItems.RightJustify
|
||||
|
||||
Revision 1.35 2002/08/08 09:07:06 lazarus
|
||||
MG: TMenuItem can now be created/destroyed/moved at any time
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user