Module dlangui.widgets.tabs

This module contains declaration of tabbed view controls.

TabItemWidget - single tab header in tab control TabWidget TabHost TabControl

Synopsis

import dlangui.widgets.tabs;

Interfaces

Name Description
TabCloseHandler tab close button pressed handler
TabHandler current tab is changed handler

Classes

Name Description
TabControl tab header - tab labels, with optional More button
TabHost container for widgets controlled by TabControl
TabItem tab item metadata
TabItemList tab item list helper class
TabItemWidget tab item widget - to show tab header
TabWidget compound widget - contains from TabControl widget (tabs header) and TabHost (content pages)

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0