Re: GtkLabel max-width-chars with ellipsize broken?

2017-06-13 Thread Eric Cashon via gtk-app-devel-list
What version of GTK are you using? It does work on my computer. The label expands and shrinks as the window expands and shrinks and the label stops expanding at 012345678901234567... I take that to be 20 chars if you start at 0 and include the three dots. The tooltip shows the full string.

Re: GtkLabel max-width-chars with ellipsize broken?

2017-06-13 Thread infirit
On 10/06/17 19:39, cecas...@aol.com wrote: > Hi infirit, Hi > Give the hexpand a try and see if that works. It works for me on Python3.5 > and GTK3.18 Define works :) Does it limit to what was set as maximum width chars? When resizing does it use the available space to show more or less

Re: GtkLabel max-width-chars with ellipsize broken?

2017-06-10 Thread Eric Cashon via gtk-app-devel-list
Hi infirit, Give the hexpand a try and see if that works. It works for me on Python3.5 and GTK3.18 Eric ... halign=Gtk.Align.CENTER, hexpand=True) .. ___ gtk-app-devel-list mailing list

GtkLabel max-width-chars with ellipsize broken?

2017-06-10 Thread infirit
Hi, I have been trying to use "max-width-chars" with ellipsize on a label that acts as a page label for a notebook with zero success. It appears it is completely ignored as whatever I use, -1 to 200 nothing ever changes how it looks. How it looks is either we only see a single character with