[evolution/foocanvas] Remove an unnecessary comment in e-text.h: FooCanvas doesn't support anti-aliasing.



commit 4f4ebed813ae289727b99543a87d3209f0ffd89b
Author: H.Habighorst <h habighorst googlemail com>
Date:   Tue May 11 18:12:50 2010 +0200

    Remove an unnecessary comment in e-text.h: FooCanvas doesn't support anti-aliasing.

 widgets/text/e-text.h |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h
index cd520be..fc6a91d 100644
--- a/widgets/text/e-text.h
+++ b/widgets/text/e-text.h
@@ -78,16 +78,6 @@ G_BEGIN_DECLS
  * width                gdouble                  RW              A synonym for clip_width
  * height               gdouble                  R               A synonym for text_height
  *
- * These are currently ignored in the AA version:
- * editable             boolean                 RW              Can this item be edited
- * use_ellipsis         boolean                 RW              Whether to use ellipsises if text gets cut off.  Meaningless if clip == false.
- * ellipsis             string                  RW              The characters to use as ellipsis.  NULL = "...".
- * line_wrap            boolean                 RW              Line wrap when not editing.
- * break_characters     string                  RW              List of characters to optionally break on.
- * max_lines            gint                     RW              Number of lines possible when doing line wrap.
- * draw_borders         boolean                 RW              Whether to draw borders.
- * draw_background      boolean                 RW              Whether to draw the background.
- * draw_button          boolean                 RW              This makes EText handle being the child of a button properly and highlighting as it should.
  */
 
 #define E_TYPE_TEXT            (e_text_get_type ())



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]