Image files for background of Eterm First you install Eterm and try to run: % Eterm (Choose "Eterm -> Background -> Pixmap -> Scaled -> Before the Storm") or % Esetroot -scale /usr/X11R6/share/Eterm/bg/scale/before_the_storm.jpg % Eterm --trans --shade 40 WWW: http://www.eterm.org/ w44/cgit/gsoc2013-evolution/atom/my-evolution/e-summary-factory.h?h=EVOLUTION_1_5_3' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-factory.h
blob: 858bca995623a55fabbe399dd23b1f3ac9bf994e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * e-summary-factory.c: Executive Summary Factory.
 *
 * Copyright (C) 2001 Ximian, Inc.
 *
 * Authors:  Iain Holmes <iain@ximian.com>
 */

#ifndef __E_SUMMARY_FACTORY_H__
#define __E_SUMMARY_FACTORY_H__

#include "e-summary-offline-handler.h"

BonoboControl *e_summary_factory_new_control (const char *uri,
                          const GNOME_Evolution_Shell shell,
                          ESummaryOfflineHandler *handler);

#endif