Home
last modified time | relevance | path

Searched refs:WTabWidget (Results 1 – 19 of 19) sorted by relevance

/dports/www/wt/wt-4.6.1/src/Wt/
H A DWTabWidget.C20 WTabWidget::WTabWidget() in WTabWidget() function
25 void WTabWidget::create() in create()
49 WMenuItem *WTabWidget::insertTab(int index, in insertTab()
77 int WTabWidget::count() const in count()
82 WWidget *WTabWidget::widget(int index) const in widget()
97 void WTabWidget::setCurrentIndex(int index) in setCurrentIndex()
102 int WTabWidget::currentIndex() const in currentIndex()
112 WWidget *WTabWidget::currentWidget() const in currentWidget()
117 WMenuItem *WTabWidget::currentItem() const in currentItem()
147 bool WTabWidget::isTabCloseable(int index) in isTabCloseable()
[all …]
H A DWTabWidget.h69 class WT_API WTabWidget : public WCompositeWidget
74 WTabWidget();
H A DWCssTheme.C181 WTabWidget *tabs in apply()
182 = dynamic_cast<WTabWidget *>(widget->parent()->parent()); in apply()
H A DWBootstrap2Theme.C391 WTabWidget *tabs in apply()
392 = dynamic_cast<WTabWidget *>(menu->parent()->parent()); in apply()
H A DWBootstrap3Theme.C435 WTabWidget *tabs in apply()
436 = dynamic_cast<WTabWidget *>(menu->parent()->parent()); in apply()
H A DWBootstrap5Theme.C491 auto tabs = dynamic_cast<WTabWidget *>(menu->parent()->parent()); in apply()
H A DWGlobal.h197 class WTabWidget; variable
/dports/www/wt/wt-4.6.1/examples/widgetgallery/examples/
H A DTab.cpp9 Wt::WTabWidget *tabW = container->addNew<Wt::WTabWidget>();
/dports/www/wt/wt-4.6.1/examples/webgl/
H A Dteapot.C102 WTabWidget *tabs = root()->addWidget(std::make_unique<WTabWidget>()); in WebGLDemo()
/dports/www/wt/wt-4.6.1/examples/wt-homepage/
H A DHome.h16 class WTabWidget; variable
89 WTabWidget *examplesMenu_;
H A DREADME.md20 - using `WMenu` and `WTabWidget`
H A DWtHome.C107 examplesMenu_ = result->addWidget(std::make_unique<WTabWidget>()); in examples()
H A DJWtHome.C51 examplesMenu_ = result->addWidget(std::make_unique<WTabWidget>()); in examples()
/dports/www/wt/wt-4.6.1/examples/chart3D/
H A DCategoryExample.C103 Wt::WTabWidget *configuration_ = this->addWidget(std::make_unique<Wt::WTabWidget>()); in CategoryExample()
H A DNumericalExample.h36 Wt::WTabWidget *configuration_;
H A DNumericalExample.C83 configuration_ = this->addWidget(std::make_unique<Wt::WTabWidget>()); in NumericalExample()
/dports/www/wt/wt-4.6.1/
H A DChangelog1011 * WTabWidget: fixed polished style close icon, and wrapping to next line
1123 * WTabWidget, WMenu: support for closing, hiding and disabing
1641 * WGridLayout, WBoxLayout, WTabWidget: better documentation that
1816 * WTabWidget.C: use a layout manager to manage vertical height
1921 * WMenu.C, WTabWidget.C: simplify CSS (better IE workaround)
2032 * WMenu, WTabWidget: implement removeItem() and removeTab()
2379 * WTabWidget: CSS fix for IE7
2681 * src/wt/WTabWidget[C], src/wt/WMenu[C]: reimplement
3616 * src/wt/WTabWidget, src/wt/WTabWidget.C, others: implement
3617 WTabWidget with doxygen look, based on WMenu.C
/dports/www/wt/wt-4.6.1/resources/themes/default/
H A Dwt.css614 * WTabWidget
/dports/www/wt/wt-4.6.1/resources/themes/polished/
H A Dwt.css690 * WTabWidget