[JayBy] 2016-05-30 `xtk::notebook` extends the ttk::notebook with buttons for scrolling, add and remove tabs. [xtk::notebook-Image-1] ** Download ** Version 0.1: [http://download.lima-city.de/lifax/xtk_notebook-0.1.zip%|%xtk_notebook-0.1.zip%|%] ** Usage ** `package require xtk::notebook ?0.1?` COMMANDS `xtk::notebook ?options?`: Create the new notebook and returns the pathname. `xtk::notebook::addTab ?options?`: Builtin command for creating a new tab in given notebook. It returns the pathname of the new frame inside the added tab. NOTEBOOK OPTIONS Default options from ttk::notebook and new added options: `-addbutton `: If 'string is true ', it creates add and close buttons, and also buttons for scrolling.<
>Default: false `-scrollbuttons `: If 'string is true ', it creates the scroll buttons for the tabs.<
>Default: false `-addcommand