Re: tab and tablist widget

2009-09-04 Thread Julien Danjou
At 1252020371 time_t, Cedric GESTES wrote: > what do you think about that? I think it's definitively the way to go. -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // This is the end of my signature. signature.asc Description: Digital si

Re: tab and tablist widget

2009-09-03 Thread Cedric GESTES
After some discution I think about the following: a frame is a wibox with a clientwidget (and a titlebar, etc..) a clientwidget is a reparenting widget that can contains 0 or more clients. - an empty frame is a frame with an empty clientwidget (this allow the creation of fixed layout) - a frame w

Re: tab and tablist widget

2009-09-03 Thread Cedric GESTES
I'am thinking about a frame client. A frame would own clients (one or more). This will allow to implement tab properly, and I think it could allow to create a fixed layout too. (just split the screen full of empty frame). maybe it's related to #FS542. Do you think it's a good idea? Do you have id

tab and tablist widget

2009-09-03 Thread Cedric GESTES
Here is a git repository with my last work: http://gitorious.org/awesome/awesome/commits/master here is the list of patch and what they do: titlebar[experimental]: support a new tab button : not finished at the moment, intrusive and all... nevermind titlebar: add support for a custom widget