aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/test-cols.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/test-cols.c')
-rw-r--r--widgets/table/test-cols.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/widgets/table/test-cols.c b/widgets/table/test-cols.c
index f0f0c970ae..b1dd6c4e6d 100644
--- a/widgets/table/test-cols.c
+++ b/widgets/table/test-cols.c
@@ -78,7 +78,7 @@ value_at (ETableModel *etc, int col, int row, void *data)
return GINT_TO_POINTER (my_table [row].value);
else
return my_table [row].string;
-
+
}
static void
@@ -164,7 +164,7 @@ multi_cols_test (void)
GnomeCanvasItem *item;
gtk_widget_push_colormap (gdk_rgb_get_cmap ());
-
+
e_table_model = e_table_simple_new (
col_count, row_count, value_at,
set_value_at, is_cell_editable,
@@ -183,7 +183,7 @@ multi_cols_test (void)
{
GdkPixbuf **images = g_new (GdkPixbuf *, 3);
int i;
-
+
images [0] = gdk_pixbuf_new_from_file ("image1.png");
images [1] = gdk_pixbuf_new_from_file ("image2.png");
images [2] = gdk_pixbuf_new_from_file ("image3.png");
@@ -192,10 +192,10 @@ multi_cols_test (void)
for (i = 0; i < 3; i++)
gdk_pixbuf_unref (images [i]);
-
+
g_free (images);
- }
-
+ }
+
col_1 = e_table_col_new (1, "Item Name", 1.0, 20, cell_left_just, e_str_compare, TRUE);
e_table_header_add_column (e_table_header, col_1, 0);
@@ -209,7 +209,7 @@ multi_cols_test (void)
e_table_header_add_column (e_table_header_multiple, col_0, 0);
e_table_header_add_column (e_table_header_multiple, col_1, 1);
e_table_header_add_column (e_table_header_multiple, col_1, 2);
-
+
/*
* GUI
*/
@@ -218,7 +218,7 @@ multi_cols_test (void)
g_signal_connect (canvas, "size_allocate",
G_CALLBACK (set_canvas_size), NULL);
-
+
gtk_container_add (GTK_CONTAINER (window), canvas);
gtk_widget_show_all (window);
@@ -242,7 +242,7 @@ multi_cols_test (void)
NULL);
e_canvas_item_move_absolute (item, 0, 30);
-
+
gnome_canvas_item_new (
gnome_canvas_root (GNOME_CANVAS (canvas)),
e_table_header_item_get_type (),
ns'>-1/+4 * remove old graphic files help/C/evolution-1.5.xml updated style notes,Aaron Weber2004-01-0821-1126/+884 * Fix typo from bug 51686Aaron Weber2003-12-051-1/+1 * Switch version to 1.5JP Rosevear2003-11-174-2/+6 * remove extraneous note.Aaron Weber2003-11-081-24/+0 * Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-2220-19/+21 * fixing typos, etcIsmael Olea2003-10-1010-221/+110 * *** empty log message ***Aaron Weber2003-10-083-32/+49 * Adding the topic.datIsmael Olea2003-08-091-0/+11 * Mergin the Spanish translation of Evo 1.2 help with heapIsmael Olea2003-08-0921-5869/+5954 * fix typo in encryption section.Aaron Weber2003-07-152-17/+120 * Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-132-2/+7 * Roll over ChangeLogs.Ettore Perazzoli2003-06-104-2085/+2085 * New screenshots using the Industrial theme for XD2.Aaron Weber2003-06-0327-4/+2 * Removed keybindings and detect links prefs from the composer prefs.Aaron Weber2003-05-221-21/+0 * This and some more...Aaron Weber2003-05-207-154/+282 * detailed markupIsmael Olea2003-05-053-79/+80 * Correct <figure> tags.Aaron Weber2003-05-013-46/+48 * Add figures/outline.png to $(figs)Rodney Dawes2003-04-302-1/+6 * correcting the order and the callouts filenamesIsmael Olea2003-04-281-7/+7 * some Docbook tagginIsmael Olea2003-04-271-4/+4 * filter order.Aaron Weber2003-04-261-0/+7 * toolbar is not strictly a guilabel: «GUILabel identifies text that appears a...Ismael Olea2003-04-251-1/+1 * add seriesid tag, maybe this will help building?Aaron Weber2003-04-191-0/+1 * delegationAaron Weber2003-04-162-52/+177 * A long list of updates for all these files.Aaron Weber2003-04-1411-671/+638 * (EXTRA_DIST): Ooops, add omf.make.Ettore Perazzoli2003-03-282-1/+5 * Renamed from evolution-C.omf. Renamed from evolution.xml.Ettore Perazzoli2003-03-272-0/+143 * Renamed from evolution-C.omf. Renamed from evolution.xml.Ettore Perazzoli2003-03-277-148/+71 * s/sgml/xml/ (DOH)Aaron Weber2003-03-203-1/+19 * add a couple "expert tips" that don't really go anywhere else.Aaron Weber2003-02-201-0/+70 * replaced image, updated for 1.2 layout (different order, mostly). ChangedAaron Weber2003-02-193-24/+50 * thx to Baris, adjust phrasing in assorted places. tiny fixes, basically.Aaron Weber2003-02-052-7/+20 * 30 January 2003, Aaron Weber <aaron@ximian.com>Aaron Weber2003-01-318-522/+253 * Change links from ghelp links to internal apx-fdl or apx-gplAaron Weber2003-01-161-8/+7 * s/gnome-help/ghelp/Aaron Weber2003-01-164-5/+18 * "Send Later" feature changed for 1.2 and I didn't notice. Shame on me.Aaron Weber2003-01-121-27/+15 * spelling/typosAaron Weber2002-12-179-46/+59 * Fonts aren't set the way they were, and I had missed a tidbit in there.Aaron Weber2002-12-112-16/+9 * change directory server description.Aaron Weber2002-12-111-22/+65 * change word from "Resend" to "redirect".Aaron Weber2002-12-112-3/+36 * OK, final typo.Aaron Weber2002-12-091-5/+5 * Really need to learn to make sure it's perfect before committing. Doh.Aaron Weber2002-12-071-5/+7 * spelling. doh.Aaron Weber2002-12-071-6/+6 * add spam filtering help.Aaron Weber2002-12-072-39/+132 * redo tags for legalnotice ordering. open/close for actual preface is inAaron Weber2002-11-205-15/+470 * fix bug 27336, which is about how the Search Base option description isAaron Weber2002-11-122-16/+14 * All sgml files replaced with xml files. XML files validated. Two new XMLAaron Weber2002-11-0524-2503/+3246 * Edit-->Undelete, not Actions-->UndeleteAaron Weber2002-10-232-1/+6 * no longer need to enter path.Aaron Weber2002-10-172-8/+4 * Update supported/unsupported list.Aaron Weber2002-10-169-22/+77 * fix 1.0/1.2 feature list discrepancies.Aaron Weber2002-10-092-20/+6 * add info about man page and so forth.Aaron Weber2002-10-093-3/+34 * offline usage.Aaron Weber2002-09-213-19/+52 * forgot to commit changelogAaron Weber2002-09-211-0/+5 * linked to wrong image.Aaron Weber2002-09-211-1/+1 * Make it validate. Same here.Kjartan Maraas2002-09-204-3/+8 * Make it validateKjartan Maraas2002-09-201-1/+1 * add item about permissions.Aaron Weber2002-09-204-397/+339 * nav-by-lettersAaron Weber2002-08-292-3/+33 * update more a littleAaron Weber2002-08-241-28/+35 * remove shortcuts that didn't actually get added to the app.Aaron Weber2002-08-231-22/+3 * change Exchange descriptionAaron Weber2002-08-234-55/+116 * Added note about set status filter action.Kevin Breit2002-07-102-0/+13 * Fixage/updateageAaron Weber2002-06-292-43/+55 * add spanish OMF fileAaron Weber2002-06-281-0/+16 * apply patch from owen taylorAaron Weber2002-06-274-10/+33 * remove the search-refining feature, which isn't actually true, i think.Aaron Weber2002-06-275-96/+73 * more improvem,ent.Aaron Weber2002-06-262-20/+17 * overhaul. still need to improve examples.Aaron Weber2002-06-255-276/+254 * Added info about non-organizer changes to calendar events.Aaron Weber2002-06-191-8/+34 * some of this was shamefully inaccurate.Aaron Weber2002-06-114-83/+67 * Added a tip mentioning that gpg can automagically contact the server forKevin Breit2002-06-052-0/+14 * updated, fixed.Aaron Weber2002-06-012-58/+149 * Reworded the signature introduction paragraph. Started work on documentingKevin Breit2002-05-312-68/+76 * Typo.Aaron Weber2002-05-311