aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-gtk-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-gtk-utils.h')
-rw-r--r--e-util/e-gtk-utils.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/e-util/e-gtk-utils.h b/e-util/e-gtk-utils.h
deleted file mode 100644
index d56d8a9000..0000000000
--- a/e-util/e-gtk-utils.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
-/* e-gtk-utils.c
- *
- * Copyright (C) 2000 Helix Code, Inc.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * 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
- */
-
-#ifndef E_GTK_UTILS_H
-#define E_GTK_UTILS_H
-
-#include <gtk/gtkobject.h>
-#include <gtk/gtkradiobutton.h>
-
-void e_gtk_signal_connect_full_while_alive (GtkObject *object,
- const char *name,
- GtkSignalFunc func,
- GtkCallbackMarshal marshal,
- void *data,
- GtkDestroyNotify destroy_func,
- gboolean object_signal,
- gboolean after,
- GtkObject *alive_object);
-
-
-/* GtkRadioButton API extensions */
-void gtk_radio_button_select_nth (GtkRadioButton *button, int n);
-int gtk_radio_button_get_nth_selected (GtkRadioButton *button);
-
-#endif
>Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1 * Sync with new bsd.autotools.mkade2004-06-051-0/+1 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Remove USE_GNOMENG.marcus2003-04-211-1/+0 * De-pkg-comment.knu2003-02-212-1/+1 * Deploy USE_GNOMENG infrastructurelioux2002-08-301-1/+2 * Fix configure (bento)pat2002-01-121-1/+1 * Instead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS}petef2001-10-301-1/+1 * Implement USE_GTK, part 2.reg2000-10-051-5/+2 * - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-082-5/+22 * Update to 1.0.2.knu2000-04-273-6/+7 * Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2 * Work around division by zero coredumpscpiazza2000-01-021-0/+16 * Update to version 1.0.1.steve1999-11-013-9/+11 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * Set Dominik Brettnacher <domi@saargate.de> as the maintainercpiazza1999-07-181-2/+2 * #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1 * Remove current maintainer and replace with ports@FreeBSD.orgcpiazza1999-06-191-2/+2 * Update to use gtk version 1.2.3.steve1999-05-291-3/+2 * ADD WWW:mharo1999-05-031-1/+1 * gtk11 -> gtk12mharo1999-04-221-2/+2 * Upgrade to 0.99.0.vanilla1999-02-252-12/+9 * Mark this port broken:asami1998-12-221-1/+2 * Make this thing build. (Actually it's failing in configure.) Is itasami1998-11-231-3/+3 * Upgrade to 0.15.0vanilla1998-11-192-4/+7 * gtk and gtk11 are now ELFized.asami1998-09-231-2/+2 * Upgrade to 0.12, and change LIB_DEPENDS to gtk11.vanilla1998-09-172-11/+7 * Oops, you can't use the name of the port in the comment.steve1998-08-101-1/+1 * Initial import of geg version 0.01steve1998-08-10