aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-02-13 21:03:48 +0800
committerChris Lahey <clahey@src.gnome.org>2002-02-13 21:03:48 +0800
commit9c5cceeeb803194ebc6ae450b038e4041c582afd (patch)
tree5fcfef60528973efc0ad67e56166a917069dd2fd /e-util/e-util.h
parent926cc83a341feadd27be90c183b0346691f82363 (diff)
downloadgsoc2013-evolution-9c5cceeeb803194ebc6ae450b038e4041c582afd.tar
gsoc2013-evolution-9c5cceeeb803194ebc6ae450b038e4041c582afd.tar.gz
gsoc2013-evolution-9c5cceeeb803194ebc6ae450b038e4041c582afd.tar.bz2
gsoc2013-evolution-9c5cceeeb803194ebc6ae450b038e4041c582afd.tar.lz
gsoc2013-evolution-9c5cceeeb803194ebc6ae450b038e4041c582afd.tar.xz
gsoc2013-evolution-9c5cceeeb803194ebc6ae450b038e4041c582afd.tar.zst
gsoc2013-evolution-9c5cceeeb803194ebc6ae450b038e4041c582afd.zip
New signal for when the width of the column changes.
2002-02-13 Christopher James Lahey <clahey@ximian.com> * gal/widgets/e-reflow.c, gal/widgets/e-reflow.h (column_width_changed): New signal for when the width of the column changes. * gal/util/e-util.c, gal/util/e-util.h (e_marshal_NONE__DOUBLE): New marshaller. From gal/menus/ChangeLog: 2002-02-13 Christopher James Lahey <clahey@ximian.com> * gal-view-etable.c (detach_table): Set view->table_state_changed_id to 0. (detach_tree): Set view->tree_state_changed_id to 0. svn path=/trunk/; revision=15705
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r--e-util/e-util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h
index 623300f8a1..37b9a75b9f 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -273,6 +273,10 @@ void e_marshal_INT__OBJECT_POINTER (GtkO
GtkSignalFunc func,
gpointer func_data,
GtkArg *args);
+void e_marshal_NONE__DOUBLE (GtkObject *object,
+ GtkSignalFunc func,
+ gpointer func_data,
+ GtkArg *args);
#ifdef __cplusplus