[JayBy] 2016-05-30 `xtk::notebook` extends the ttk::notebook with buttons for scrolling, add and remove tabs. [xtk::notebook-Image-1] xtk::notebook creates two new styles based on the default TNotebook style. TNotebookX will be used with the scroll buttons and TNotebookX+ for add and scroll buttons. This means, you can use the default TNotebook style only before creating the notebook. ** Download ** Version 0.1: [http://download.lima-city.de/lifax/xtk_notebook-0.1.zip%|%xtk_notebook-0.1.zip%|%]<
>(updated version concerning the addTab error) ** 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