mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:39:30 +02:00
lcl: make TScreen.UpdateMonitors public as suggested in (issue #0022499)
git-svn-id: trunk@41676 -
This commit is contained in:
parent
ac294c5104
commit
35fbbe9c73
@ -992,7 +992,6 @@ type
|
||||
procedure SetMenuFont(const AValue: TFont);
|
||||
procedure SetSystemFont(const AValue: TFont);
|
||||
procedure UpdateLastActive;
|
||||
procedure UpdateMonitors;
|
||||
procedure RestoreLastActive;
|
||||
procedure AddHandler(HandlerType: TScreenNotification;
|
||||
const Handler: TMethod; AsFirst: Boolean);
|
||||
@ -1027,6 +1026,7 @@ type
|
||||
function FindForm(const FormName: string): TCustomForm;
|
||||
function FindNonDesignerDataModule(const DataModuleName: string): TDataModule;
|
||||
function FindDataModule(const DataModuleName: string): TDataModule;
|
||||
procedure UpdateMonitors;
|
||||
procedure UpdateScreen;
|
||||
// handler
|
||||
procedure RemoveAllHandlersOfObject(AnObject: TObject); override;
|
||||
|
Loading…
Reference in New Issue
Block a user