Re: Label resizing window, ellipsizing

2012-01-02 Thread Tristan Van Berkom
Try setting "width-chars" property as well as "max-width-chars" property. GtkLabel apis could use a face-lift. It's possible that the default minimum width request exceeds the 10 max-width-chars which you set (which is what I assume is causing this problem). Cheers, -Tristan On Fri, De

Label resizing window, ellipsizing

2012-01-02 Thread David Gomes
Hello there, I was wondering if there was a way of avoiding a label (in a notebook) to resize the window when the text in it is too big. I heard of ellipsizing, and EllipsizeMode.END seems great for me, but if I ellipsize it, it will be ellipsized even if the label is small. So, I want to ellips