#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <gtk/gtk.h>
#include <libxfce4util/i18n.h>
#include <libxfce4util/util.h>
#include <libxfcegui4/libxfcegui4.h>
#include "splash-fallback.h"
#include "splash-screen.h"
#include "util.h"
Definizioni | |
| #define | MAX_PICTURES 25 |
| #define | SPLASH_DEFAULT_THEME "Default" |
Funzioni | |
| static void | xfsm_splash_screen_class_init (XfsmSplashScreenClass *) |
| static void | xfsm_splash_screen_init (XfsmSplashScreen *) |
| static void | xfsm_splash_screen_finalize (GObject *) |
| static gboolean | xfsm_splash_screen_timeout (XfsmSplashScreen *) |
| static gboolean | xfsm_splash_screen_load_theme (XfsmSplashScreen *, const gchar *) |
| static gboolean | xfsm_splash_screen_load_theme_from_dir (XfsmSplashScreen *, const gchar *) |
| GType | xfsm_splash_screen_get_type (void) |
| GtkWidget * | xfsm_splash_screen_new (const gchar *splashTheme, guint progressMax, const gchar *initialText) |
| void | xfsm_splash_screen_set_text (XfsmSplashScreen *splash, const gchar *text) |
| void | xfsm_splash_screen_launch (XfsmSplashScreen *splash, const gchar *program) |
Variabili | |
| static GObjectClass * | parent_class = NULL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
< La path di installazione |
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
1.4.6