Is possible?
CEGUI Beginner
Moderators: CEGUI MVP, CEGUI Team
- SOMRoberto
- Just popping in

- Posts: 20
- Joined: Sat Dec 31, 2005 21:08
- Contact:
CEGUI Beginner
Hi! I want to making non resize cegui window and non movable /drag and drop/ window.
Is possible?
Is possible?
- lindquist
- CEGUI Team (Retired)
- Posts: 770
- Joined: Mon Jan 24, 2005 21:20
- Location: Copenhagen, Denmark
Re: CEGUI Beginner
I assume it's a FrameWindow you want (window with titlebar and frame).
This window type has properties you can use to control this behaviour.
Take a look at the API ref for these
FrameWindow
SizingEnabled
DragMovingEnabled
This window type has properties you can use to control this behaviour.
Take a look at the API ref for these
FrameWindow
SizingEnabled
DragMovingEnabled
- SOMRoberto
- Just popping in

- Posts: 20
- Joined: Sat Dec 31, 2005 21:08
- Contact:
Re: CEGUI Beginner
Thank u. Is good.
<Window Type="ice/FrameWindow" Name="Demo7/Window1">
<Property Name="RelativeMinSize" Value="w:0.2 h:0.2" />
<Property Name="RelativeMaxSize" Value="w:0.8 h:0.8" />
<Property Name="Position" Value="x:0.2 y:0.2" />
<Property Name="Size" Value="w:0.5 h:0.5" />
<Property Name="Text" Value="" />
<Property Name="CloseButtonEnabled" Value="False" />
<Property Name="Alpha" Value="0.8" />
<Property Name="SizingEnabled" Value="false" />
<Property Name="DragMovingEnabled" Value="false" />
)
<Window Type="ice/FrameWindow" Name="Demo7/Window1">
<Property Name="RelativeMinSize" Value="w:0.2 h:0.2" />
<Property Name="RelativeMaxSize" Value="w:0.8 h:0.8" />
<Property Name="Position" Value="x:0.2 y:0.2" />
<Property Name="Size" Value="w:0.5 h:0.5" />
<Property Name="Text" Value="" />
<Property Name="CloseButtonEnabled" Value="False" />
<Property Name="Alpha" Value="0.8" />
<Property Name="SizingEnabled" Value="false" />
<Property Name="DragMovingEnabled" Value="false" />
Return to “Modifications / Integrations / Customisations”
Who is online
Users browsing this forum: No registered users and 8 guests