Re: [gtkmm] windows inside window



On Tue, 2003-11-04 at 21:39, Alexander Bussman wrote:
> Hi!
> I'm trying to port a program from MFC to gtkmm and the problem is that I 
> don't know how to create the "windows inside window" look. What I mean 
> is like a workspace inside my application so I can create windows in it 
> that I can resize, close, maximize and move around.
> 
> Does anyone know how I could do this?

Hello,
The only support for MDI is in gnomemm, and even then, you can have the
documents (the sub-windows) either as separate top-level windows or as
tabs, but not window-in-window.

There are reasons on why you should not use this model, but I won't go
into that here.

Tassos.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]