aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-icon-factory.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2004-09-16 23:13:43 +0800
committernobody <nobody@localhost>2004-09-16 23:13:43 +0800
commit91b7c7ad502c36164a0a8ced6305e0d2efb030f5 (patch)
tree84f708d147f828d83167994109df8669680c32e8 /e-util/e-icon-factory.h
parent0a6ebcf09b23bfc9d4ca42112a4f4ddb8d6c9df9 (diff)
downloadgsoc2013-evolution-GAL_2_2_2.tar.gz
gsoc2013-evolution-GAL_2_2_2.tar.zst
gsoc2013-evolution-GAL_2_2_2.zip
This commit was manufactured by cvs2svn to create tag 'GAL_2_2_2'.GAL_2_2_2
svn path=/tags/GAL_2_2_2/; revision=27277
Diffstat (limited to 'e-util/e-icon-factory.h')
-rw-r--r--e-util/e-icon-factory.h55
1 files changed, 0 insertions, 55 deletions
diff --git a/e-util/e-icon-factory.h b/e-util/e-icon-factory.h
deleted file mode 100644
index cdb80b040b..0000000000
--- a/e-util/e-icon-factory.h
+++ /dev/null
@@ -1,55 +0,0 @@
-/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
-/* e-icon-factory.h - Icon factory for the Evolution shell.
- *
- * Copyright (C) 2002 Ximian, Inc.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public
- * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- *
- * Author: Ettore Perazzoli <ettore@ximian.com>
- */
-
-#ifndef _E_ICON_FACTORY_H_
-#define _E_ICON_FACTORY_H_
-
-#include <gdk-pixbuf/gdk-pixbuf.h>
-
-enum {
- E_ICON_SIZE_MENU,
- E_ICON_SIZE_BUTTON,
- E_ICON_SIZE_SMALL_TOOLBAR,
- E_ICON_SIZE_LARGE_TOOLBAR,
- E_ICON_SIZE_DND,
- E_ICON_SIZE_DIALOG,
- E_ICON_NUM_SIZES
-};
-
-/* standard size for list/tree widgets (16x16) */
-#define E_ICON_SIZE_LIST E_ICON_SIZE_MENU
-
-/* standard size for status bar icons (16x16) */
-#define E_ICON_SIZE_STATUS E_ICON_SIZE_MENU
-
-
-
-void e_icon_factory_init (void);
-void e_icon_factory_shutdown (void);
-
-char *e_icon_factory_get_icon_filename (const char *icon_name, int icon_size);
-
-GdkPixbuf *e_icon_factory_get_icon (const char *icon_name, int icon_size);
-
-GList *e_icon_factory_get_icon_list (const char *icon_name);
-
-#endif /* _E_ICON_FACTORY_H_ */
to 1.7.5gblach2013-01-162-4/+4 * - Update Enlightenment to 0.17.0gblach2012-12-233-29/+31 * - Change my email address to gblach@FreeBSD.orggblach2012-11-041-6/+2 * - Update E17 ports:makc2012-06-274-18/+10 * - pass maintainership of this ports to new volunteerrm2012-04-111-1/+1 * - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1 * - Use quotes instead of brackets when including files using relativestas2011-07-091-1/+1 * - Update to 1.0.1miwi2011-06-262-4/+4 * - Update e17 applications suite to the recent snapshot.stas2010-12-143-39/+34 * - update to jpeg-8dinoex2010-02-051-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0 * - Fix category.stas2008-03-121-1/+1 * - Add missing dependency on ecore-sdl if sdl support is selected.stas2008-03-121-0/+1