aboutsummaryrefslogtreecommitdiffstats
path: root/art/splash.png
Commit message (Expand)AuthorAgeFilesLines
* fixing checkerboardJakub Steiner2001-03-221-0/+0
* small positioning fixJakub Steiner2001-03-221-0/+0
* color coded app icons and some new icons. also a new splash (probably to be r...Jakub Steiner2001-03-211-0/+0
* this logo is more visible than the hazy "Ximian" text in the old splash.Tuomas Kuosmanen2001-02-151-0/+0
* bummer. now it is also aligned right. /tigTuomas Kuosmanen2001-01-231-0/+0
* duh. fixed typo. /tigTuomas Kuosmanen2001-01-231-0/+0
* new splash. /tigTuomas Kuosmanen2001-01-231-0/+0
* ettore likes this betterJakub Steiner2001-01-211-0/+0
* * Added splash screen for evolution - the ultimate eyecandy department strikesTuomas Kuosmanen2000-10-141-0/+0
lor:#a020f0">#define EVOLUTION_SHELL_COMPONENT_CLIENT_H #include <bonobo/bonobo-object-client.h> #include <bonobo/bonobo-ui-handler.h> #include "evolution-shell-component.h" #ifdef cplusplus extern "C" { #pragma } #endif /* cplusplus */ #define EVOLUTION_TYPE_SHELL_COMPONENT_CLIENT (evolution_shell_component_client_get_type ()) #define EVOLUTION_SHELL_COMPONENT_CLIENT(obj) (GTK_CHECK_CAST ((obj), EVOLUTION_TYPE_SHELL_COMPONENT_CLIENT, EvolutionShellComponentClient)) #define EVOLUTION_SHELL_COMPONENT_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EVOLUTION_TYPE_SHELL_COMPONENT_CLIENT, EvolutionShellComponentClientClass)) #define EVOLUTION_IS_SHELL_COMPONENT_CLIENT(obj) (GTK_CHECK_TYPE ((obj), EVOLUTION_TYPE_SHELL_COMPONENT_CLIENT)) #define EVOLUTION_IS_SHELL_COMPONENT_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EVOLUTION_TYPE_SHELL_COMPONENT_CLIENT)) typedef struct _EvolutionShellComponentClient EvolutionShellComponentClient; typedef struct _EvolutionShellComponentClientPrivate EvolutionShellComponentClientPrivate; typedef struct _EvolutionShellComponentClientClass EvolutionShellComponentClientClass; struct _EvolutionShellComponentClient { BonoboObjectClient parent; EvolutionShellComponentClientPrivate *priv; }; struct _EvolutionShellComponentClientClass { BonoboObjectClientClass parent_class; }; typedef void (* EvolutionShellComponentClientCallback) (EvolutionShellComponentClient *shell_component_client, EvolutionShellComponentResult result, void *data); /* Construction. */ GtkType evolution_shell_component_client_get_type (void); void evolution_shell_component_client_construct (EvolutionShellComponentClient *shell_component_client, CORBA_Object corba_object); EvolutionShellComponentClient *evolution_shell_component_client_new (const char *id); /* Synchronous operations. */ EvolutionShellComponentResult evolution_shell_component_client_set_owner (EvolutionShellComponentClient *shell_component_client, Evolution_Shell shell); EvolutionShellComponentResult evolution_shell_component_client_unset_owner (EvolutionShellComponentClient *shell_component_client, Evolution_Shell shell); EvolutionShellComponentResult evolution_shell_component_client_create_view (EvolutionShellComponentClient *shell_component_client, BonoboUIHandler *uih, const char *physical_uri, const char *type_string, BonoboControl **control_return); /* Asyncronous operations. */ void evolution_shell_component_client_async_create_folder (EvolutionShellComponentClient *shell_component_client, const char *physical_uri, const char *type, EvolutionShellComponentClientCallback callback, void *data); void evolution_shell_component_client_async_remove_folder (EvolutionShellComponentClient *shell_component_client, const char *physical_uri, EvolutionShellComponentClientCallback callback, void *data); #ifdef cplusplus } #endif /* cplusplus */ #endif /* EVOLUTION_SHELL_COMPONENT_CLIENT_H */