Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Legacy:UWindowPageControl

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 21:27, 3 November 2003 by Shuriken (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

[edit] Variables

  • None

[edit] Functions

  • 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)

[edit] Default properties

  • ListClass=Class'UWindow.UWindowPageControlPage'