Re: [Java-gnome-developer] multiple windows
Brought to you by:
afcowie
From: Adam J. <ajo...@re...> - 2005-10-31 15:32:35
|
Daniel, I think what you're trying to do is something like JDesktop in Swing, where you have one window that has multiple other windows embedded within it (kindof like some IDEs or word processors have). AFAIK there's no built in support in GTK for that, although you could probably use Layout or Fixed to create something similar. (I've never tried adding a window to a Layout or Fixed before, but it would be worth a shot) Hope that helps, Adam Daniel Gutierrez wrote: >Thanks... > >but i had already put this values in my glade project. In other way, i >have tried put the values in code and the result is the same: the child >window is opened out the parent window. > >Its possible do that i want in java-gnome? I think that isn't easy... I >hoped that was than easy like set the parent or childs with a method. >Why methods like getParent() and not exists setParent()??? > >What widgets must put into parent window to contains their childs >windows?? > >Is my point of view completely wrong?? > >Is valid to me a link o a document that explains this... I searched into >API, google... > >Sorry for my insistence, but this is becoming something personal... > >Thanks in advance!! > > > |