aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/test-title-bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/test-title-bar.c')
-rw-r--r--widgets/misc/test-title-bar.c76
1 files changed, 0 insertions, 76 deletions
diff --git a/widgets/misc/test-title-bar.c b/widgets/misc/test-title-bar.c
deleted file mode 100644
index a3a5b359e3..0000000000
--- a/widgets/misc/test-title-bar.c
+++ /dev/null
@@ -1,76 +0,0 @@
-/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
-/* e-title-bar.c
- *
- * Copyright (C) 2000 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
- */
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include <gtk/gtkbox.h>
-#include <gtk/gtkmain.h>
-#include <gtk/gtktext.h>
-#include <gtk/gtkvbox.h>
-#include <libgnomeui/gnome-app.h>
-#include <libgnomeui/gnome-init.h>
-#include "e-title-bar.h"
-
-static void
-delete_event_cb (GtkWidget *widget,
- GdkEventAny *event,
- gpointer data)
-{
- gtk_main_quit ();
-}
-
-int
-main (int argc, char **argv)
-{
- GtkWidget *app;
- GtkWidget *title_bar;
- GtkWidget *text;
- GtkWidget *vbox;
-
- gnome_init ("test-title-bar", "0.0", argc, argv);
-
- app = gnome_app_new ("Test", "Test");
- gtk_window_set_default_size (GTK_WINDOW (app), 400, 400);
- gtk_window_set_policy (GTK_WINDOW (app), FALSE, TRUE, FALSE);
-
- gtk_signal_connect (GTK_OBJECT (app), "delete_event", GTK_SIGNAL_FUNC (delete_event_cb), NULL);
-
- title_bar = e_title_bar_new ("This is a very annoyingly long title bar");
- gtk_widget_show (title_bar);
-
- text = gtk_text_new (NULL, NULL);
- gtk_widget_show (text);
-
- vbox = gtk_vbox_new (FALSE, 0);
- gtk_box_pack_start (GTK_BOX (vbox), title_bar, FALSE, TRUE, 0);
- gtk_box_pack_start (GTK_BOX (vbox), text, TRUE, TRUE, 0);
- gtk_widget_show (vbox);
-
- gnome_app_set_contents (GNOME_APP (app), vbox);
- gtk_widget_show (app);
-
- gtk_main ();
-
- return 0;
-}
ult ipv6 to on & bump portrevisionbeech2009-01-291-0/+1 * - Update to 1.3.2rc4beech2009-01-271-7/+9 * - Update mod_sql_tds to 4.8beech2009-01-061-3/+4 * - Update third party mod_sql_tds to 4.7beech2008-12-101-4/+4 * - Update to 1.3.2rc3beech2008-12-101-2/+1 * - Re-add mod_sql_tds option and update to 4.6beech2008-09-261-1/+19 * - Replace path hack with configure argbeech2008-09-251-3/+2 * - Fix install and plist for proftpd.pcbeech2008-09-241-0/+2 * - Update to 1.3.2rc2beech2008-09-241-71/+24 * - Patch src netio.c - wrong telnet filterbeech2008-09-171-2/+7 * - Update security/clamav to 0.94 [1] and fix a remote DoS [2]garga2008-09-161-1/+1 * Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1 * - Mark option mod_codeconv as possibly broken.beech2008-08-061-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - Add conflictsbeech2008-04-181-0/+2 * - Chase clamav library to version 4garga2008-04-171-2/+2 * - Remove cyrillic-fix-netio.c (handled by CODECONV)beech2008-04-021-6/+1 * - Re-add OPTIONS CODECONV (mod_codeconv) with v1.3.1 fixes for international ...beech2008-03-281-2/+12 * - Fix segfault in mod_quotatab_sql if the SQL query returns NULL bytes/files ...beech2008-03-271-1/+1 * - Add vendor patchbeech2008-03-041-1/+1 * - Add mod_sql_tds, which allows proftpd to auth using sql against Sybase and MSbeech2008-02-211-4/+22 * - Add two optional third-party modules:beech2008-02-171-3/+33 * - Fix IPv4-mapped IPv6 connections not matched properly against IPbeech2008-01-171-1/+1 * - Fix issue, if compiled with both base and port versions of opensslbeech2008-01-081-3/+3 * - Update security/clamav to 0.92garga2007-12-201-2/+2 * - Bug fix mod_clamavbeech2007-12-141-2/+2 * - Fix connect stops with Sig11 on FreeBSD AMD64beech2007-11-151-3/+6 * - Add vendor patch to fix bug - Authoritative PAM is not honoredbeech2007-10-091-0/+1 * - Update to 1.3.1 Finalbeech2007-10-071-3/+1 * Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2 * - Add patch to fix build.beech2007-09-181-1/+1 * - Switch mod_tls and mod_radius as default onmiwi2007-09-161-2/+2 * - Add support for clamavbeech2007-08-311-11/+31 * - Add vendor patch to address dirtree issue.beech2007-07-251-1/+1 * - Remove mod_codeconvbeech2007-07-191-12/+2 * - Remove pkg-message (no longer valid).beech2007-07-171-3/+0 * - Fix extra-patch-mod-codeconvbeech2007-07-121-1/+2 * - Fix pkg-plistbeech2007-07-071-3/+3 * - Update to 1.3.1r3beech2007-07-061-20/+23 * - Add master_sites mirrors.beech2007-06-151-3/+3 * - Fix plist in case mod_wrap2 is disabledsat2007-05-271-0/+1 * - Fix build with sql enabledsat2007-05-211-2/+2 * - Allow support for MYSQL and PGSQL to be selected simultaneouslysat2007-04-061-5/+9 * - Use built-in getnameinfosat2007-03-251-0/+1 * - Fix problem when WITH_CODECONV option is enabledclsung2007-03-061-0/+2 * - Convert one patch to sed magicsat2007-03-031-1/+5 * - Add mode_codeconv patches and option into Makefilemiwi2007-02-271-9/+16 * - Add autoconf:259 to fix on build cluster.itetcu2007-01-231-1/+2 * - Fix build with mysqlmiwi2007-01-181-2/+2 * Update to 1.3.1rc2itetcu2007-01-161-2/+2 * *Bumped PORTREVISIONerwin2007-01-071-4/+8 * - Fixed Makefile to not overwrite proftpd.confmiwi2007-01-011-2/+2 * - Fixed Makefilemiwi2006-12-311-7/+6 * - Fix INDEX build on 4.x.shaun2006-12-271-4/+2 * - Update to 1.3.1-rc1miwi2006-12-221-8/+50 * Add two security patches:delphij2006-12-131-1/+1 * - Fix the last imported patch (which came from proftpd's CVS repo),shaun2006-11-161-1/+1 * Add a patch from CVS to fix a security vulnerability.shaun2006-11-151-1/+1 * - Allow a couple vars to be overridden from a slave portsat2006-11-041-2/+2 * - pet portlint(1)rafan2006-08-041-1/+0 * Maintainer wants to use a different email adress.itetcu2006-06-251-1/+1 * - Fix build on FreeBSD 4.Xpav2006-05-271-4/+4 * - mark broken on 4.x if libgnugetopt is installed [1], [2]itetcu2006-05-201-8/+18 * Remove broken extra patch files/extra-patch-module-mod_ldap.c the patch itselfehaupt2006-05-111-7/+3 * - Update to version 1.3.0az2006-05-031-3/+6 * Hand maintainership to submittererwin2006-05-01