View Single Post
  #1  
Old 02-24-2007, 12:29 AM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
GuiTabCtrl rotation

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  |
|
____________________________________----- 
Reply With Quote