I love the smell of UnrealEd crashing in the morning. – tarquin

Legacy:UWindowPageControl

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 15:27, 3 November 2003 by Shuriken (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Variables[edit]

  • None

Functions[edit]

  • UWindowPageControlPage AddPage (string Caption, class<UWindowPageWindow> PageClass, optional name ObjectName)
  • BeforePaint (Canvas C, float X, float Y)
  • Close (optional bool bByParent)
  • DeletePage (UWindowPageControlPage P)
  • UWindowPageControlPage FirstPage ()
  • GetDesiredDimensions (out float W, out float H)
  • UWindowPageControlPage GetPage (string Caption)
  • GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser)
  • UWindowPageControlPage InsertPage (UWindowPageControlPage BeforePage, string Caption, class<UWindowPageWindow> PageClass, optional name ObjectName)
  • NotifyAfterLevelChange ()
  • NotifyBeforeLevelChange ()
  • NotifyQuitUnreal ()
  • Paint (Canvas C, float X, float Y)
  • ResolutionChanged (float W, float H)

Default properties[edit]

  • ListClass=Class'UWindow.UWindowPageControlPage'