can i let the tabcontrol button align on the right?

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

billconan
Just popping in
Just popping in
Posts: 12
Joined: Wed May 17, 2006 14:11

can i let the tabcontrol button align on the right?

Postby billconan » Wed Jun 21, 2006 13:59

as the topic.

can i? i tried to set the tab control like this:

Code: Select all


   <WidgetLook name="PolygonStudio/TabControl">
      <Property name="TabButtonType" value="PolygonStudio/TabButton" />
      <Child  type="PolygonStudio/TabPane" nameSuffix="__auto_TabPane__">
         <Area>
            <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
            <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
            <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
            <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
         </Area>
      </Child>
      <Child  type="DefaultWindow" nameSuffix="__auto_TabPane__Buttons">
         <Area>
            <Dim type="LeftEdge" ><AbsoluteDim value="120" /></Dim>
            <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
            <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
            <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
         </Area>
      </Child>
      <StateImagery name="Enabled" />
      <StateImagery name="Disabled" />
   </WidgetLook>


but nothing changed.

so how can i do this.

Return to “Help”

Who is online

Users browsing this forum: No registered users and 15 guests