From: Michael Stapelberg Date: Fri, 12 Mar 2010 16:51:53 +0000 (+0100) Subject: hacking-howto: add tabbed layout (Thanks msi) X-Git-Tag: 3.e~6^2~83 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5d4982e27a5be5ab8967b5e00ad1354b603bbd4f;p=i3%2Fi3 hacking-howto: add tabbed layout (Thanks msi) --- diff --git a/docs/hacking-howto b/docs/hacking-howto index c9da4e43..ce97d2c8 100644 --- a/docs/hacking-howto +++ b/docs/hacking-howto @@ -227,8 +227,9 @@ moving them to the bottom you create a new row). === Container A container is the content of a table’s cell. It holds an arbitrary amount of -windows and has a specific layout (default layout or stack layout). Containers -can consume multiple table cells by modifying their colspan/rowspan attribute. +windows and has a specific layout (default layout, stack layout or tabbed +layout). Containers can consume multiple table cells by modifying their +colspan/rowspan attribute. === Client