Re: GTK, can GtkNotebook have a single control and all tabs pointing to it?

2015-03-08 Thread Leo Ufimtsev
chment.cgi?id=250471 Thank you Leo Ufimtsev | Intern Software Engineer @ Eclipse Team - Original Message - From: "Gergely Polonkai" To: "Leo Ufimtsev" Cc: "gtk-app" Sent: Monday, February 9, 2015 12:36:18 PM Subject: Re: GTK, can GtkNotebook have a

Re: GTK, can GtkNotebook have a single control and all tabs pointing to it?

2015-02-09 Thread Gergely Polonkai
Hello, I'm afraid this is not possible to do it this way; you will have to create some kind of wrapper widget. I would go on with GtkStack, and for the tabs themselves you may take a look into GtkStackSwitcher's source code. Best, Gergely On 9 Feb 2015 14:43, "Leo Ufimtsev" wrote: > Hello, > >

GTK, can GtkNotebook have a single control and all tabs pointing to it?

2015-02-09 Thread Leo Ufimtsev
Hello, I'm an SWT developer. We build SWT on top of GTK. In swt, some developers like to create a GtkNotebook (TabFolder) with many tabs but all pointing to the same control. (sigh, odd, I know...) The control is a viewer, and changing tabs changes the content of the viewer. However, in gtk I