Re: Label with fixed size

2014-08-28 Thread Stefan Salewski
On Thu, 2014-08-28 at 18:14 +0200, rastersoft wrote: > Hi all: > > I need to create a label with a fixed size in pixels, and if the text is > too large, elipsize it. Is it possible? I tried nearly all kind of ways > and tricks (even capturing the size-allocate signal and adjust there the > maxi

Problems Sending Input/Focus to Plug Window - Solution

2014-08-28 Thread Benjamin Schnitzler
Ok, it's already implemented, though using a huge framework like gtk can sometimes make it a tough job to find the right trigger. The plug/socket example could be a bit more detailed, but I guess the gtk Developers are quite busy, like us ;). Anyways, here is the solution: socket->child_focus(Gtk:

Label with fixed size

2014-08-28 Thread rastersoft
Hi all: I need to create a label with a fixed size in pixels, and if the text is too large, elipsize it. Is it possible? I tried nearly all kind of ways and tricks (even capturing the size-allocate signal and adjust there the maximum-character property until the size is fine), but can't get it