mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Added support to move Tabs from one UITabWidget to another using the onDrop API.
This commit is contained in:
@@ -1564,6 +1564,16 @@ Enables/disables manually rearraging the tabs in the tab bar.
|
||||
|
||||
---
|
||||
|
||||
### tabbar-allow-drag-and-drop-tabs
|
||||
|
||||
Enables/disables the hability to move any tab from a TabWidget to another.
|
||||
|
||||
* Applicable to: EE::UI::UITabWidget (TabWidget)
|
||||
* Data Type: [boolean](#boolean-data-type)
|
||||
* Default value: `false`
|
||||
|
||||
---
|
||||
|
||||
### tab-closable
|
||||
|
||||
Enables/disables tabs to be closable with the middle mouse button click or by clicking on the close
|
||||
|
||||
Reference in New Issue
Block a user