aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-text/e-text.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-02-12 06:49:14 +0800
committerChris Lahey <clahey@src.gnome.org>2000-02-12 06:49:14 +0800
commite8fbeb4881f1920446adc9a2e6a8cb0b914aa737 (patch)
tree0ef8027c23a4e05dd42e29662b66621f068b8759 /widgets/e-text/e-text.h
parent4a25f612c0fb701a774d20c19888957c555e54a2 (diff)
downloadgsoc2013-evolution-e8fbeb4881f1920446adc9a2e6a8cb0b914aa737.tar
gsoc2013-evolution-e8fbeb4881f1920446adc9a2e6a8cb0b914aa737.tar.gz
gsoc2013-evolution-e8fbeb4881f1920446adc9a2e6a8cb0b914aa737.tar.bz2
gsoc2013-evolution-e8fbeb4881f1920446adc9a2e6a8cb0b914aa737.tar.lz
gsoc2013-evolution-e8fbeb4881f1920446adc9a2e6a8cb0b914aa737.tar.xz
gsoc2013-evolution-e8fbeb4881f1920446adc9a2e6a8cb0b914aa737.tar.zst
gsoc2013-evolution-e8fbeb4881f1920446adc9a2e6a8cb0b914aa737.zip
Removed some arguments from the .h that will never be implemented.
2000-02-11 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text/e-text.h: Removed some arguments from the .h that will never be implemented. svn path=/trunk/; revision=1737
Diffstat (limited to 'widgets/e-text/e-text.h')
-rw-r--r--widgets/e-text/e-text.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/widgets/e-text/e-text.h b/widgets/e-text/e-text.h
index ef8da442d6..1254e0fd1c 100644
--- a/widgets/e-text/e-text.h
+++ b/widgets/e-text/e-text.h
@@ -65,10 +65,6 @@ BEGIN_GNOME_DECLS
* ellipsis string RW The characters to use as ellipsis. NULL = "...".
* line_wrap boolean RW Line wrap when not editing.
* max_line_wrap int RW Number of lines possible when doing line wrap.
- *
- * These are not implemented yet:
- * background boolean RW Draw a background rectangle.
- * background_on_edit boolean RW Draw a background when editing.
*/
#define E_TYPE_TEXT (e_text_get_type ())