aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing/e-contact-print-style-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/printing/e-contact-print-style-editor.h')
-rw-r--r--addressbook/printing/e-contact-print-style-editor.h74
1 files changed, 0 insertions, 74 deletions
diff --git a/addressbook/printing/e-contact-print-style-editor.h b/addressbook/printing/e-contact-print-style-editor.h
deleted file mode 100644
index 987c4edbf3..0000000000
--- a/addressbook/printing/e-contact-print-style-editor.h
+++ /dev/null
@@ -1,74 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/* e-contact-print-style-editor.h
- * Copyright (C) 2000 Ximian, Inc.
- * Author: Chris Lahey <clahey@ximian.com>
- *
- * This library 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 library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-#ifndef __E_CONTACT_PRINT_STYLE_EDITOR_H__
-#define __E_CONTACT_PRINT_STYLE_EDITOR_H__
-
-#include <gtk/gtkvbox.h>
-#include <glade/glade.h>
-
-#ifdef __cplusplus
-extern "C" {
-#pragma }
-#endif /* __cplusplus */
-
-/* EContactPrintStyleEditor - A dialog displaying information about a contact.
- *
- * The following arguments are available:
- *
- * name type read/write description
- * --------------------------------------------------------------------------------
- * card ECard * R The card currently being edited
- */
-
-#define E_CONTACT_PRINT_STYLE_EDITOR_TYPE (e_contact_print_style_editor_get_type ())
-#define E_CONTACT_PRINT_STYLE_EDITOR(obj) (GTK_CHECK_CAST ((obj), E_CONTACT_PRINT_STYLE_EDITOR_TYPE, EContactPrintStyleEditor))
-#define E_CONTACT_PRINT_STYLE_EDITOR_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_CONTACT_PRINT_STYLE_EDITOR_TYPE, EContactPrintStyleEditorClass))
-#define E_IS_MINICARD(obj) (GTK_CHECK_TYPE ((obj), E_CONTACT_PRINT_STYLE_EDITOR_TYPE))
-#define E_IS_MINICARD_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_CONTACT_PRINT_STYLE_EDITOR_TYPE))
-
-
-typedef struct _EContactPrintStyleEditor EContactPrintStyleEditor;
-typedef struct _EContactPrintStyleEditorClass EContactPrintStyleEditorClass;
-
-struct _EContactPrintStyleEditor
-{
- GtkVBox parent;
-
- /* item specific fields */
- GladeXML *gui;
-};
-
-struct _EContactPrintStyleEditorClass
-{
- GtkVBoxClass parent_class;
-};
-
-
-GtkWidget *e_contact_print_style_editor_new(char *filename);
-GtkType e_contact_print_style_editor_get_type (void);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-
-#endif /* __E_CONTACT_PRINT_STYLE_EDITOR_H__ */
tr> * (etms_finalize): CallEttore Perazzoli2002-11-271-1/+26 * take GCallback, not GtkSignalFunc. (configure_sort_dialog): show theChris Toshok2002-11-192-214/+19 * check for table->table_canvas == NULL.Chris Toshok2002-11-172-15/+19 * GObject port work.Chris Toshok2002-11-1769-4140/+4783 * fix typo.Chris Toshok2002-11-151-2/+2 * ETableConfig derives from GObject (fix warnings).Chris Toshok2002-11-154-70/+82 * deal with ESelectionModel no longer deriving from GtkObject.Chris Toshok2002-11-1510-359/+394 * this subclasses from GObject now, not GtkObject. don't use GtkObjectChris Toshok2002-11-156-3922/+3925 * add more marshallers for e-table.Chris Toshok2002-11-141-160/+177 * Forgot two more gtk_object_(un)?ref()s.Ettore Perazzoli2002-11-122-4/+4 * Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-1212-67/+67 * correct the GET_CLASS macro.Chris Toshok2002-11-096-6/+6 * GObjectify GObjectifyMike Kestner2002-11-064-63/+55 * remove ref/unref G_OBJECT masks ditto ditto ditto ditto ditto ditto dittoMike Kestner2002-11-069-63/+63 * GObjectify GObjectify GObjectify use GObject api for models use GObjectMike Kestner2002-11-0624-767/+563 * use GObject api for models GObjectify GObjectify GObjectify GObjectifyMike Kestner2002-11-0526-867/+623 * use GObject api for ETableHeader use GObject api on ETableHeaderMike Kestner2002-11-0515-327/+297 * gobjectify ETableExtras is now a GObject (e_tree_class_init): removeMike Kestner2002-11-023-35/+18 * merging the gal-2 branch back to the trunk.Mike Kestner2002-11-01108-1507/+1421 * add prototypes for the _change* functions.Chris Toshok2002-10-252-19/+160 * call e_tree_state_changeMike Kestner2002-10-251-0/+2 * don't emit a signal if we couldn't find the view rowJP Rosevear2002-10-221-2/+4 * call drop_timeoutMike Kestner2002-10-041-2/+1 * use the fg color array in style, not text color. Change requested by ChrisMike Kestner2002-09-281-2/+2 * New api to set the search column on a tree without having to set a sortMike Kestner2002-09-242-0/+23 * Set the selection model's selection_mode after setting the table model, orDan Winship2002-09-201-5/+2 * guard against NULL nodes.Mike Kestner2002-09-201-0/+1 * exit editing on dblclick. ungrab based on grabbed_count. unset grabbed_colMike Kestner2002-09-181-7/+8 * forgot to commit the po stuff from the release. also bumped the so number.Mike Kestner2002-09-111-1/+1 * And finally here.Jeffrey Stedfast2002-08-074-74/+6 * #include <string.h> for memsetJeffrey Stedfast2002-08-075-21/+125 * (item_key_press): In the case of '-' and '=', checkEttore Perazzoli2002-07-241-0/+6 * Made these able to find the potential row for a new node which will be theChristopher James Lahey2002-07-191-3/+8 * Patch by clahey.JP Rosevear2002-06-181-1/+37 * Don't draw or interact with the popup button if a cell isn't editableChristopher James Lahey2002-06-159-30/+50 * Added debugging printfs.Christopher James Lahey2002-06-053-1/+13 * Added debugging printfs.Christopher James Lahey2002-06-053-2/+38 * Made it so that on realize we grab focus if we have the cursor, sinceChristopher James Lahey2002-06-051-0/+11 * Added this function.Christopher James Lahey2002-06-057-125/+269 * Reenable tooltips if the GAL_DO_TOOLTIPS environment variable is set.Christopher James Lahey2002-06-042-2/+3 * Get the font from the style again when the style changes. (init): ChecksChristopher James Lahey2002-06-045-6/+64 * Added would_be_expanded refactoring code out of is_expanded.Christopher James Lahey2002-05-251-16/+22 * Check for path being NULL.Christopher James Lahey2002-05-212-2/+17 * Changed a lot of direct uses in this file of node->is_expanded to call theChristopher James Lahey2002-05-141-70/+76 * Include string.h here.Christopher James Lahey2002-05-111-0/+2 * Switch from gnome_canvas_item_grab to e_canvas_item_grab.Christopher James Lahey2002-05-102-8/+28 * Bump file version to 2. (This will make older versions of gal ignore theDan Winship2002-05-101-4/+12 * Added this function that lets you specify the translation domain.Christopher James Lahey2002-05-038-44/+82 * Added horizontal dividers to this item when in table mode.Christopher James Lahey2002-05-034-26/+28 * Set the gettext-domain here.Christopher James Lahey2002-05-028-30/+66 * From gal/e-table/ChangeLog:Christopher James Lahey2002-04-301-8/+8 * Changed LDFLAGS to LIBS for tests here. Bumped the version number toChristopher James Lahey2002-04-302-0/+39 * Take an int instead of a double. From a patch by jody@ximian.com.Christopher James Lahey2002-04-271-1/+1 * Only unref etst->sort_info once.Christopher James Lahey2002-04-271-1/+0 * Documented the life cycle requirements of the return value of theseChristopher James Lahey2002-04-272-7/+23 * Added calls to e_table_model_pre_change here so that the ETableItemChristopher James Lahey2002-04-261-0/+4 * Made these handle the case where all_children_selected_array has a bitChristopher James Lahey2002-04-261-2/+7 * Ansification patch from danw.Christopher James Lahey2002-04-2650-74/+74 * Changed this to match the new e_table_memory_store_insert functionChristopher James Lahey2002-04-251-1/+1 * implement printing (pixbuf_print_height): implement print heightJP Rosevear2002-04-253-18/+53 * Bumped version number to 0.19.99.14.Christopher James Lahey2002-04-232-6/+6 * Unref the sort_info.Jeffrey Stedfast2002-04-201-0/+5 * After unreffing all the pixmaps, free the toggle_view->pixmap_cache.Jeffrey Stedfast2002-04-201-0/+1 * Free the priv->search_string and priv itself. More memory leak fixage.Jeffrey Stedfast2002-04-202-0/+9 * print the cell in the allotted area (etog_print_height): return the printJP Rosevear2002-04-201-0/+57 * Bumped version number to 0.19.99.11.Christopher James Lahey2002-04-181-16/+16 * Fixed a memory leak here by using the "selection-done" signal.Christopher James Lahey2002-04-123-13/+49 * Call the parent function after doing all the internal work so that whenChristopher James Lahey2002-03-261-9/+9 * +2002-03-20 Christopher James Lahey <clahey@ximian.com>Chris Lahey2002-03-221-15/+15 * Check for a style_set signal on all the contained GnomeCanvasItems.Christopher James Lahey2002-03-165-0/+52 * Add a GdkPixmap * cache of rendered toggle images. This shouldChristopher James Lahey2002-03-161-48/+130 * New function that returns the total minimum width of all the columns.Christopher James Lahey2002-03-164-4/+39 * Implemented capitalization keybindings.Christopher James Lahey2002-03-152-17/+91 * Made this return a boolean that returns whether the ETableSearch used theChristopher James Lahey2002-03-154-9/+12 * Don't search if any modifier but SHIFT or LOCK is pressed.Ettore Perazzoli2002-03-152-4/+6 * Added selected_column, focused_column, and unselected_column.Christopher James Lahey2002-03-142-17/+118 * Added this function.Christopher James Lahey2002-03-144-1/+26 * Replaced e_marshal_BOOL__STRING with this since the function it was usedChristopher James Lahey2002-03-135-24/+53 * Added ETableSearch support.Christopher James Lahey2002-03-131-50/+164 * Added support for E_TABLE_MEMORY_STORE_OBJECT which represents a columnChristopher James Lahey2002-03-132-2/+17 * Give the correct height to the subcells instead of overlapping them.Christopher James Lahey2002-03-136-19/+39 * Added e-table-search.lo.Christopher James Lahey2002-03-1214-72/+587 * Proxy request_collapse signals.Christopher James Lahey2002-03-121-48/+65 * Added e-cell-vbox.lo.Christopher James Lahey2002-03-122-0/+556 * Added this function to take a ... list of column data. The expected numberChristopher James Lahey2002-03-122-0/+24 * Added a pixbuf column type.Christopher James Lahey2002-03-126-38/+69 * Handle a collapse request by marking all descendents of that node asChristopher James Lahey2002-03-095-125/+193 * Added a fill_in_children signal.Christopher James Lahey2002-03-082-5/+50 * Re-disable tooltips since they're (still) fantastically obnoxious withDan Winship2002-03-061-2/+0 * only call the cell's print method if it has one. Avoids crashing forDamon Chaplin2002-03-051-1/+2 * Added e-table-memory-store.lo.Christopher James Lahey2002-02-22