dwindle: add rotatesplit layoutmsg and tests (#13235)
This commit is contained in:
parent
1fa157cf6d
commit
8685fd7b0c
3 changed files with 146 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ namespace Layout::Tiled {
|
|||
|
||||
bool toggleSplit(SP<SDwindleNodeData>);
|
||||
bool swapSplit(SP<SDwindleNodeData>);
|
||||
void rotateSplit(SP<SDwindleNodeData>, int angle = 90);
|
||||
bool moveToRoot(SP<SDwindleNodeData>, bool stable = true);
|
||||
|
||||
Math::eDirection m_overrideDirection = Math::DIRECTION_DEFAULT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue