Legacy:UWindowFramedWindow: Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
SuperApe (talk | contribs)
for ut?
 
No edit summary
 
Line 1: Line 1:
{{classbox| :: [[Legacy:UWindowBase|UWindowBase]] >> [[Legacy:UWindowWindow|UWindowWindow]] >> UWindowFramedWindow}}
{{classbox| [[Legacy:UT|UT]] :: [[Legacy:UWindowBase|UWindowBase]] >> [[Legacy:UWindowWindow|UWindowWindow]] >> UWindowFramedWindow}}


An actual window that can be dragged around on the desktop.
An actual window that can be dragged around on the desktop.
Line 23: Line 23:
; [[Legacy:UWindowFrameCloseBox|UWindowFrameCloseBox]] CloseBox : A reference to the small close button in the title bar of the window.
; [[Legacy:UWindowFrameCloseBox|UWindowFrameCloseBox]] CloseBox : A reference to the small close button in the title bar of the window.


==Discussion==
[[Category:Legacy Class (UT)|{{PAGENAME}}]]
 
'''SuperApe:''' I'm guessing this is for UT.  Needs Class Hierarchy box fix plus package name.  Could use normal function, event and state defs.
 
----
 
[[:Category:Legacy To Do]] – See Discussion
[[Category:Legacy To Do|{{PAGENAME}}]]

Latest revision as of 05:39, 5 January 2006

UT :: UWindowBase >> UWindowWindow >> UWindowFramedWindow

An actual window that can be dragged around on the desktop.

Properties

class<UWindowWindow> ClientClass
The class of the client area that should be used in this window.
UWindowWindow ClientArea
A reference to the client area after it has been created.
localized string WindowTitle
Text displayed in the title bar of the window.
string StatusBarText
float MoveX, MoveY
float MinWinWidth, MinWinHeight
Minimum size of the window when resizable.
bool bTLSizing
bool bTSizing
bool bTRSizing
bool bLSizing
bool bRSizing
bool bBLSizing
bool bBSizing
bool bBRSizing
bool bMoving
bool bSizable
Whether the window can be resized.
bool bStatusBar
Whether the window has a status bar (like the server browser window) or not (like most other windows).
UWindowFrameCloseBox CloseBox
A reference to the small close button in the title bar of the window.