Hi, is there any way to "rotate" the GuiTabCtrl?
so liek standard now is:
PHP Code:
------------- ------------- -------------
| Tab1 || Tab2 || Tab3 |
-----------------------------------------|
| |
| |
| Window |
| |
| |
|________________________________________|
but i wnat something like this:
PHP Code:
------------------------------------------
| |
| |
| Window |
| |
| |
|________________________________________|
| | | |
| Tab1 | Tab2 | Tab3 |
------------- ------------- ------------
or this:
PHP Code:
------------------------------------ -----
| | T |
| | A |
| | B |
| | 1 |
| -----
| | T |
| | A |
| Window | B |
| | 2 |
| -----
| | T |
| | A |
| | B |
| | 3 |
|____________________________________-----