From kde-core-devel Mon Feb 03 08:13:30 2003 From: Christoph Cullmann Date: Mon, 03 Feb 2003 08:13:30 +0000 To: kde-core-devel Subject: Re: Three different tab implementations X-MARC-Message: https://marc.info/?l=kde-core-devel&m=104426871315806 >(Read my other mail first as this one continues along that line) >Why is this impossible? We have a settings->configure shortcuts in KMainWindow >(XMLGUI I think) already, so what's stopping us from adding a settings->tab >configuration there too if the window manager provides the reuqired means? It >would give all apps based on kdelibs (or gnome libs if it becomes a NETWM >standard) the integration that we want, and it cuts down MASSIVELY on code >duplication and app-level support. Because my mail did speak about Christian's idea of having this support only on the WM side, if we handle the stuff in the libs, that is no problem, but only having some tabbing code in the WM without the possibility of talking with the WM in a sane was is no way to replace the current mdi code in the apps. My whole point is that we need some lib support to handle that right and to give the apps some way to talk in a easy to use way with the wm about where and how to place the windows, where to tab, where to "split", .... cu Christoph