Click or drag to resize

PopupList Class

Popup list editor window content
Inheritance Hierarchy
SystemObject
  PopupWindowContent
    DigitalRuby.WeatherMakerPopupList

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class PopupList : PopupWindowContent

The PopupList type exposes the following members.

Constructors
  NameDescription
Public methodPopupList
Constructor
Top
Properties
  NameDescription
Public propertyeditorWindow

The EditorWindow that contains the popup content.

(Inherited from PopupWindowContent.)
Public propertyIsShowing
True if showing, false otherwise
Public propertyItems
Items
Public propertyListStyle
List style
Public propertySelectedItemIndex
Selected index
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetWindowSize
Get the window size
(Overrides PopupWindowContent.GetWindowSize.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnClose
OnClose
(Overrides PopupWindowContent.OnClose.)
Public methodOnGUI
OnGUI
(Overrides PopupWindowContent.OnGUI(Rect).)
Public methodOnOpen
OnOpen
(Overrides PopupWindowContent.OnOpen.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldSelectedIndexChanged
Fires when selected index changes
Public fieldSize
Size
Public fieldTitle
Title
Top
See Also