Jan Hudec wrote:
Hi,On Thu, Feb 17, 2005 at 16:04:56 +0100, Bart Verstraete wrote:Ok me again, my previous problem is solved but now I need to draw on the drawingarea a kind of a window with a scrolled window and then a treevieuw in it. I think the little window i have do draw, but how can I let the little window know that the scrolled window etc. is a part of the little window that is drawed? Because if I resize the little window the scrolled window with the treeview in it has to resize too. I hope you understand what I mean.You should pack in ScrolledWindow widget. Then you have two options -- to support scrolling yourself or to use Viewport. The later is probably simpler -- it just calls your redraw with appropriate rectangle and you update it. Note: I hope you understand, how the expose event works... ------------------------------------------------------------------------------- Jan 'Bulb' Hudec <bulb ucw cz> What do you mean with the "expose event" yust the signal handeling, the connecting of signal to widget, that I do understand But how do i have to make the litle indows like in the attached message? Grtz Bart |