diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-16 04:29:59 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-16 04:29:59 +0800 |
commit | 2a9def0dc97ab33ad8b43e0d984766ce63404e3a (patch) | |
tree | d6fbec47b9c76c573c28d6af6ff5b9f7d4af8106 /widgets/misc/e-clipped-label.h | |
parent | fa8549b52d2f372deb44c3efc3a489e2c8a214c3 (diff) | |
download | gsoc2013-evolution-2a9def0dc97ab33ad8b43e0d984766ce63404e3a.tar.gz gsoc2013-evolution-2a9def0dc97ab33ad8b43e0d984766ce63404e3a.tar.zst gsoc2013-evolution-2a9def0dc97ab33ad8b43e0d984766ce63404e3a.zip |
new function, build pango layout for string.
2002-11-15 Chris Toshok <toshok@ximian.com>
* e-clipped-label.c (build_layout): new function, build pango
layout for string.
(e_clipped_label_size_request): pango-ize this, make the size
requested dependent on the label.
(e_clipped_label_expose): pango-ize this.
(e_clipped_label_recalc_chars_displayed): pango-ize this.
svn path=/trunk/; revision=18784
Diffstat (limited to 'widgets/misc/e-clipped-label.h')
-rw-r--r-- | widgets/misc/e-clipped-label.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/widgets/misc/e-clipped-label.h b/widgets/misc/e-clipped-label.h index e6e2851538..002cb0de0a 100644 --- a/widgets/misc/e-clipped-label.h +++ b/widgets/misc/e-clipped-label.h @@ -50,10 +50,6 @@ struct _EClippedLabel GtkMisc misc; gchar *label; - GdkWChar *label_wc; - - /* This is the number of wide characters in the label. */ - gint wc_len; /* This is the width of the entire label string, in pixels. */ gint label_width; |