Added the splitratio dispatcher
This commit is contained in:
parent
418e2d96ae
commit
87b8491294
7 changed files with 95 additions and 26 deletions
|
|
@ -90,4 +90,10 @@ public:
|
|||
The layout is free to ignore.
|
||||
*/
|
||||
virtual void switchWindows(CWindow*, CWindow*) = 0;
|
||||
|
||||
/*
|
||||
Called when the user requests to change the splitratio by X
|
||||
on a window
|
||||
*/
|
||||
virtual void alterSplitRatioBy(CWindow*, float) = 0;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue