aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/demo/addressbook-widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/demo/addressbook-widget.h')
-rw-r--r--addressbook/demo/addressbook-widget.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/addressbook/demo/addressbook-widget.h b/addressbook/demo/addressbook-widget.h
deleted file mode 100644
index 9111713da5..0000000000
--- a/addressbook/demo/addressbook-widget.h
+++ /dev/null
@@ -1,52 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * demo.h
- * Copyright (C) 2000 Helix Code, Inc.
- * Author: Chris Lahey <clahey@helixcode.com>
- *
- *
- * 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, 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.
- */
-
-#ifndef __DEMO_H__
-#define __DEMO_H__
-
-#include "e-test-model.h"
-
-typedef struct _View View;
-
-typedef enum {
- VIEW_TYPE_REFLOW,
- VIEW_TYPE_TABLE
-} ViewType;
-
-typedef struct {
- GtkAllocation last_alloc;
- GnomeCanvasItem *reflow;
- GtkWidget *canvas;
- GnomeCanvasItem *rect;
- int model_changed_id;
-} Reflow;
-
-struct _View {
- ViewType type;
- ETestModel *model;
- GtkWidget *child;
- GtkWidget *frame;
- Reflow *reflow;
-
- GtkWidget *widget;
-};
-
-void change_type(View *view, ViewType type);
-View *create_view(void);
-
-#endif /* __DEMO_H__ */
>* o Update to <bsd.java.mk> standard 2.0lioux2004-12-313-21/+15 * o Pet devel/portlint(1)lioux2004-12-251-1/+1 * o Update 2.5.r3lioux2004-12-013-5/+9 * Update to 2.5.r2lioux2004-06-112-6/+5 * USE_SIZEifylioux2004-02-082-0/+2 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * First commit after repo copy. Reco copy for more accuratelioux2003-06-021-1/+1 * Update to 2.5-pre1lioux2003-04-262-2/+2 * o Update to 2.4r1lioux2003-03-282-3/+3 * De-pkg-commentlioux2003-02-242-1/+1 * Update to 2.4 pre5lioux2003-01-242-2/+2 * Update to 2.4 pre4lioux2003-01-172-2/+2 * Update to 2.4 Pre 3lioux2003-01-022-2/+2 * Update to 2.4 Beta 2lioux2002-11-122-3/+3 * Allow wrapper to receive command line argumentslioux2002-11-121-1/+1 * Don't remove system directories share/java, share/java/classes, andkris2002-11-111-1/+0 * Update to 2.3lioux2002-10-162-2/+2 * Fix previous incorrect commit. REALLY update to 2.3 pre3 this timelioux2002-10-062-2/+2 * Update to 2.3 pre3lioux2002-10-062-2/+2 * Update to 2.2lioux2002-08-272-2/+2 * Update to 2.2 pre3lioux2002-07-262-2/+2 * Update to 2.2-pre1lioux2002-07-082-3/+2 * Update to 2.0 pre 3lioux2002-04-122-2/+2 * Switch option from JAVA_NO_BUILD_DEPENDS to NO_BUILD_DEPENDS_JAVAlioux2002-03-301-1/+1 * Update to new java infrastructure, deploy USE_JAVAlioux2002-03-281-4/+2 * Update to 2.0 pre 1lioux2002-02-233-5/+4