diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2001-01-18 08:07:18 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-01-18 08:07:18 +0800 |
commit | d9734b1ec4a885e54d724f5b4cf1092a230f8e07 (patch) | |
tree | 621308d2decd7412a6a41910fa2c9614ad9a0271 /widgets/text/e-entry.h | |
parent | b8eb8fa0e6adfae1655d5738d264b63455e560ea (diff) | |
download | gsoc2013-evolution-d9734b1ec4a885e54d724f5b4cf1092a230f8e07.tar gsoc2013-evolution-d9734b1ec4a885e54d724f5b4cf1092a230f8e07.tar.gz gsoc2013-evolution-d9734b1ec4a885e54d724f5b4cf1092a230f8e07.tar.bz2 gsoc2013-evolution-d9734b1ec4a885e54d724f5b4cf1092a230f8e07.tar.lz gsoc2013-evolution-d9734b1ec4a885e54d724f5b4cf1092a230f8e07.tar.xz gsoc2013-evolution-d9734b1ec4a885e54d724f5b4cf1092a230f8e07.tar.zst gsoc2013-evolution-d9734b1ec4a885e54d724f5b4cf1092a230f8e07.zip |
Make justification work properly for entries. Documented.
2001-01-17 Christopher James Lahey <clahey@helixcode.com>
* gal/e-text/e-entry.c, gal/e-text/e-entry.h (et_set_arg): Make
justification work properly for entries. Documented.
svn path=/trunk/; revision=7603
Diffstat (limited to 'widgets/text/e-entry.h')
-rw-r--r-- | widgets/text/e-entry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/text/e-entry.h b/widgets/text/e-entry.h index ddb6ee8795..5abaf75e86 100644 --- a/widgets/text/e-entry.h +++ b/widgets/text/e-entry.h @@ -20,6 +20,7 @@ typedef struct { GnomeCanvas *canvas; EText *item; + GtkJustification justification; } EEntry; typedef struct { |