aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/widgets/esummary-window-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'executive-summary/widgets/esummary-window-test.c')
-rw-r--r--executive-summary/widgets/esummary-window-test.c45
1 files changed, 0 insertions, 45 deletions
diff --git a/executive-summary/widgets/esummary-window-test.c b/executive-summary/widgets/esummary-window-test.c
deleted file mode 100644
index 7928e8b6f9..0000000000
--- a/executive-summary/widgets/esummary-window-test.c
+++ /dev/null
@@ -1,45 +0,0 @@
-#include <gal/widgets/e-canvas.h>
-#include "e-summary-subwindow.h"
-#include "e-summary-titlebar.h"
-
-
-void close_test (GtkWidget *widget, gpointer data);
-
-void
-close_test (GtkWidget *widget,
- gpointer data)
-{
- gtk_main_quit ();
-}
-
-int
-main (int argc,
- char **argv)
-{
- GtkWidget *window, *canvas;
- ESummarySubwindow *subwindow;
- GtkWidget *control;
-
- gnome_init ("Executive Summary Subwindow Test", "1.0", argc, argv);
- window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
- gtk_signal_connect (GTK_OBJECT (window), "destroy",
- GTK_SIGNAL_FUNC (close_test), NULL);
-
- canvas = e_canvas_new ();
-
- subwindow = e_summary_subwindow_new (GNOME_CANVAS_GROUP (GNOME_CANVAS (canvas)->root), 100, 100);
-
- control = gtk_button_new_with_label ("A big button");
- gtk_widget_set_usize (control, 400, 200);
-
- e_summary_subwindow_add (subwindow, control);
- gtk_widget_show (control);
-
- gnome_canvas_set_scroll_region (GNOME_CANVAS (canvas), 0.0, 0.0, 1000.0, 1300.0);
- gtk_container_add (GTK_CONTAINER (window), canvas);
- gtk_widget_show_all (window);
-
- gtk_main ();
-
- exit(0);
-}
ss='deletions'>-0/+24 * Update to 3.3.0 release.ale2004-07-274-35/+20 * Add size data, approved by maintainers.trevor2004-03-191-0/+1 * Remove trailing blank line. (I think this was the "error")ale2004-03-191-1/+0 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+2 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1 * Switch to my @FreeBSD.org email address.ale2004-01-182-1/+4 * Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1 * Chase the libintl.so shared lib version.marcus2003-08-251-1/+1 * De-pkg-comment.knu2003-02-212-1/+1 * Update to 3.2.4.nork2003-02-023-3/+9 * upgrade to 3.2.3ijliao2002-09-163-2/+3 * Chase shlib rev of devel/gettextade2002-08-021-1/+1 * - Update to 3.2.2;sobomax2002-05-167-29/+50 * gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2 * Stage 1 of gettext update.ade2002-03-161-1/+1 * Update to 3.2.0.sobomax2002-03-053-2/+12