Re: GtkCellRendererText wrap with ellipsize and sizing
- From: Piñeiro <apinheiro igalia com>
- To: wesley hoke gmail com
- Cc: gtk-list gnome org
- Subject: Re: GtkCellRendererText wrap with ellipsize and sizing
- Date: Wed, 02 Sep 2009 13:26:40 +0200 (CEST)
From: Wesley Smith <wesley hoke gmail com>
> Is there a way to have both wrapping and ellipses when rendering a
> GtkCellRendererText? I want the cell to wrap the text for up to 2
> lines and afterward show ellipses. Also, how can I get a callback
> when the GtkCellRendererText is resized in order to properly adapt the
> GtkCellRendererText wrap-width attribute?
One way is set the ellipsize mode and just add a newline character on
your text (ie: '\n'). The problem with this solution is that you need
to compute the break point to do that.
Also, with this solution you don't need of take care of the wrap-width
attribute, as you are the one wrapping the line.
===
API (apinheiro igalia com)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]