diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-02-13 21:03:48 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-02-13 21:03:48 +0800 |
commit | 9c5cceeeb803194ebc6ae450b038e4041c582afd (patch) | |
tree | 5fcfef60528973efc0ad67e56166a917069dd2fd /widgets/misc/e-reflow.h | |
parent | 926cc83a341feadd27be90c183b0346691f82363 (diff) | |
download | gsoc2013-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 'widgets/misc/e-reflow.h')
-rw-r--r-- | widgets/misc/e-reflow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-reflow.h b/widgets/misc/e-reflow.h index 5b699431cc..0aed25945c 100644 --- a/widgets/misc/e-reflow.h +++ b/widgets/misc/e-reflow.h @@ -121,6 +121,7 @@ struct _EReflowClass GnomeCanvasGroupClass parent_class; int (*selection_event) (EReflow *reflow, GnomeCanvasItem *item, GdkEvent *event); + void (*column_width_changed) (EReflow *reflow, double width); }; /* |