fix add-splash-icon contract
This commit is contained in:
parent
debd229668
commit
6fd5459211
|
@ -74,7 +74,7 @@ that number to control the gauge along the bottom of the splash screen.
|
||||||
if there is more initialization work to be done where you do not want to count loaded files.
|
if there is more initialization work to be done where you do not want to count loaded files.
|
||||||
}
|
}
|
||||||
|
|
||||||
@defproc[(add-splash-icon [bmp (is-a?/c bitmap%)] [x exact-nonnegative-integer?] [y exact-nonnegative-integer?])
|
@defproc[(add-splash-icon [bmp (is-a?/c bitmap%)] [x real?] [y real?])
|
||||||
void?]{
|
void?]{
|
||||||
Adds an icon to the splash screen. (DrRacket uses this function to show the tools as they are loaded.)
|
Adds an icon to the splash screen. (DrRacket uses this function to show the tools as they are loaded.)
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
[shutdown-splash (-> void?)]
|
[shutdown-splash (-> void?)]
|
||||||
[close-splash (-> void?)]
|
[close-splash (-> void?)]
|
||||||
[add-splash-icon (-> (is-a?/c bitmap%) exact-nonnegative-integer? exact-nonnegative-integer? void?)]
|
[add-splash-icon (-> (is-a?/c bitmap%) real? real? void?)]
|
||||||
[set-splash-progress-bar?! (-> boolean? void?)]
|
[set-splash-progress-bar?! (-> boolean? void?)]
|
||||||
[set-splash-char-observer (-> procedure? void?)]
|
[set-splash-char-observer (-> procedure? void?)]
|
||||||
[set-splash-event-callback (-> procedure? void?)]
|
[set-splash-event-callback (-> procedure? void?)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user