aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--ChangeLog5
-rw-r--r--widgets/e-text/e-text.h4
-rw-r--r--widgets/text/e-text.h4
3 files changed, 5 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 6505a67128..d72b0f61a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2000-02-10 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/data-wrapper-repository.c (data_wrapper_repository_init):
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 ())
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h
index ef8da442d6..1254e0fd1c 100644
--- a/widgets/text/e-text.h
+++ b/widgets/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 ())