mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 04:58:11 +02:00
Gtk2: forgot commit intfbaselcl.inc. issue #40721
This commit is contained in:
parent
92e31d445e
commit
6a563571ef
@ -677,4 +677,16 @@ begin
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
{ TMessageDispatcher }
|
||||
|
||||
constructor TMessageDispatcher.Create(AMethod: TLCLWndMethod);
|
||||
begin
|
||||
FMethod := AMethod;
|
||||
end;
|
||||
|
||||
procedure TMessageDispatcher.Dispatch(var message);
|
||||
begin
|
||||
FMethod(TLMessage(message));
|
||||
end;
|
||||
|
||||
//##apiwiz##eps## // Do not remove
|
||||
|
Loading…
Reference in New Issue
Block a user