wxSplashScreen
MODULE
wxSplashScreen
MODULE SUMMARY
See external documentation: wxSplashScreen.
DESCRIPTION
See external documentation: wxSplashScreen.
This class is derived (and can use functions) from:
wxFrame
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Bitmap, SplashStyle, Milliseconds, Parent, Id) -> wxSplashScreen()
Types:
Bitmap = wxBitmap() (see module wxBitmap)
SplashStyle = integer()
Milliseconds = integer()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Equivalent to new(Bitmap, SplashStyle, Milliseconds, Parent, Id, []).
new(Bitmap, SplashStyle, Milliseconds, Parent, Id, Options::[Option]) -> wxSplashScreen()
Types:
Bitmap = wxBitmap() (see module wxBitmap)
SplashStyle = integer()
Milliseconds = integer()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
getSplashStyle(This) -> integer()
Types:
This = wxSplashScreen()
Types:
This = wxSplashScreen()