mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 02:56:28 +03:00
Minor refactor and UISplitter improvements.
Improved dragging. UITab now supports close button and proper close control (user can deny the close request). UITabWidget now allows to rearrange the tabs in the tab bar.
This commit is contained in:
@@ -57,11 +57,11 @@ class App {
|
||||
|
||||
std::string titleFromEditor( UICodeEditor* editor );
|
||||
|
||||
bool onTabCloseRequestCallback( EE::Window::Window* );
|
||||
bool tryTabClose( UICodeEditor* editor );
|
||||
|
||||
bool onCloseRequestCallback( EE::Window::Window* );
|
||||
|
||||
void closeCurrrentTab();
|
||||
void closeEditorTab( UICodeEditor* editor );
|
||||
|
||||
void onTabClosed( const TabEvent* tabEvent );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user