mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 08:32:47 +02:00
LCL: use progressevent for image loading / saving from fpimage
git-svn-id: trunk@11151 -
This commit is contained in:
parent
bd03f62f68
commit
70d576a689
@ -194,10 +194,8 @@ type
|
||||
contain trailing periods, and should be used only for
|
||||
display purposes. (do not: if Msg = 'Loading' then...)
|
||||
}
|
||||
TProgressStage = (psStarting, psRunning, psEnding);
|
||||
TProgressEvent = procedure (Sender: TObject; Stage: TProgressStage;
|
||||
PercentDone: Byte; RedrawNow: Boolean; const R: TRect;
|
||||
const Msg: string; var DoContinue: Boolean) of object;
|
||||
TProgressStage = TFPImgProgressStage;
|
||||
TProgressEvent = TFPImgProgressEvent;
|
||||
|
||||
{ For Delphi compatibility }
|
||||
TPixelFormat = (
|
||||
|
Loading…
Reference in New Issue
Block a user