[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Re: draw2d: label follows figure

Thanks. But won't this be within bounds of one figure and essentially what I will have is a figure with image and label. That is not what I am looking for though. Here is the picture of what I mean: http://farm1.static.flickr.com/136/361569642_20340e26b4.jpg?v=0

So I was thinking that even if I add a label to my figure and try to offset it, the parent will clip it (?) and cut off the label so it will not be visible since child is only visible within bounds of its parent, no?

thanks,
Alex

Manu wrote:
Hi,

Yes you should create your own figure LabeledImage for example, using its own layout (FlowLayout maybe ...) to display the image and an underneath label.

Hope this can help you

Manu