aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-minicard.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-10-26 21:24:50 +0800
committerChris Lahey <clahey@src.gnome.org>2001-10-26 21:24:50 +0800
commitd609a3a09c88b9fc96f300b3637fb1b14f282142 (patch)
tree5cdb7ab0a22cc8da2a464183f0863a173cdd5fb8 /addressbook/gui/widgets/e-minicard.h
parent2ea215ff874c94e37b6bbb51757f156c8a8fb629 (diff)
downloadgsoc2013-evolution-d609a3a09c88b9fc96f300b3637fb1b14f282142.tar
gsoc2013-evolution-d609a3a09c88b9fc96f300b3637fb1b14f282142.tar.gz
gsoc2013-evolution-d609a3a09c88b9fc96f300b3637fb1b14f282142.tar.bz2
gsoc2013-evolution-d609a3a09c88b9fc96f300b3637fb1b14f282142.tar.lz
gsoc2013-evolution-d609a3a09c88b9fc96f300b3637fb1b14f282142.tar.xz
gsoc2013-evolution-d609a3a09c88b9fc96f300b3637fb1b14f282142.tar.zst
gsoc2013-evolution-d609a3a09c88b9fc96f300b3637fb1b14f282142.zip
Added has_cursor argument. Setting the argument to TRUE if the minicard
2001-10-26 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-minicard.c, gui/widgets/e-minicard.h (set_has_cursor): Added has_cursor argument. Setting the argument to TRUE if the minicard doesn't have focus will grab the focus. Fixes Ximian bug #3024. svn path=/trunk/; revision=14137
Diffstat (limited to 'addressbook/gui/widgets/e-minicard.h')
-rw-r--r--addressbook/gui/widgets/e-minicard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/e-minicard.h b/addressbook/gui/widgets/e-minicard.h
index bd74a24c09..434f7637a1 100644
--- a/addressbook/gui/widgets/e-minicard.h
+++ b/addressbook/gui/widgets/e-minicard.h
@@ -83,7 +83,8 @@ struct _EMinicard
guint changed : 1;
guint selected : 1;
-
+ guint has_cursor : 1;
+
guint has_focus : 1;
guint editable : 1;