mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-15 15:32:51 +03:00
UITab and UITabWidget WIP.
--HG-- branch : dev
This commit is contained in:
@@ -723,6 +723,13 @@ void EETest::createNewUI() {
|
||||
WinMenu->addMenuButton( "File", PopMenu );
|
||||
WinMenu->addMenuButton( "Edit", PopMenu2 );
|
||||
/**/
|
||||
|
||||
UITabWidget * TabWidget = eeNew( UITabWidget, () );
|
||||
TabWidget->setPosition( 350, 550 )->setSize( 200, 100 );
|
||||
|
||||
TabWidget->add( "Tab 1", eeNew( UIControl, () ) );
|
||||
TabWidget->add( "Tab 2", eeNew( UIControl, () ) );
|
||||
TabWidget->add( "Tab 3", eeNew( UIControl, () ) );
|
||||
}
|
||||
|
||||
void EETest::createMapEditor() {
|
||||
|
||||
Reference in New Issue
Block a user