![]() |
![]() |
![]() |
swamigui Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
void swamigui_splash_display (guint timeout);
Display the Swami splash startup image. If timeout
is TRUE
then the
splash image will be destroyed after a timeout period.
|
Timeout in milliseconds or 0 to wait for button click |
gboolean swamigui_splash_kill (void);
Kills a currently displayed splash image.
Returns : |
Always returns FALSE , since it is used as a GSourceFunc for the
timeout.
|