C# Class ScriptGUI.Window

Inheritance: TextBox
Show file Open project: Genesis-3D/Genesis-3D Class Usage Examples

Protected Properties

Property Type Description
mCaption TextBox
mHandleWindowButtonPressed Event.SenderString
mHandleWindowChangeCoord Event.SenderVoid

Private Properties

Property Type Description
DestroySmooth void
GetCaptionWidget TextBox
ICall_destroySmooth void
ICall_getActionScale System.IntPtr
ICall_getAutoAlpha bool
ICall_getCaptionWidget System.IntPtr
ICall_getMaxSize System.IntPtr
ICall_getMinSize System.IntPtr
ICall_getMovable bool
ICall_getSnap bool
ICall_setAutoAlpha void
ICall_setMaxSize void
ICall_setMinSize void
ICall_setMovable void
ICall_setSnap void
ICall_setVisibleSmooth void
OnWindowButtonPressed void
OnWindowChangeCoord void
SetVisibleSmooth void
Window System

Private Methods

Method Description
DestroySmooth ( ) : void
GetCaptionWidget ( ) : TextBox
ICall_destroySmooth ( IntPtr widget_ptr ) : void
ICall_getActionScale ( IntPtr widget_ptr ) : IntPtr
ICall_getAutoAlpha ( IntPtr widget_ptr ) : bool
ICall_getCaptionWidget ( IntPtr widget_ptr ) : IntPtr
ICall_getMaxSize ( IntPtr widget_ptr, IntSize &_value ) : IntPtr
ICall_getMinSize ( IntPtr widget_ptr, IntSize &_value ) : IntPtr
ICall_getMovable ( IntPtr widget_ptr ) : bool
ICall_getSnap ( IntPtr widget_ptr ) : bool
ICall_setAutoAlpha ( IntPtr widget_ptr, bool _value ) : void
ICall_setMaxSize ( IntPtr widget_ptr, IntSize &_value ) : void
ICall_setMinSize ( IntPtr widget_ptr, IntSize &_value ) : void
ICall_setMovable ( IntPtr widget_ptr, bool _value ) : void
ICall_setSnap ( IntPtr widget_ptr, bool _value ) : void
ICall_setVisibleSmooth ( IntPtr widget_ptr, bool _value ) : void
OnWindowButtonPressed ( Window widget, ScriptGUI.WindowButtonPressedEventArg arg ) : void
OnWindowChangeCoord ( Window widget, ScriptGUI.EventArg arg ) : void
SetVisibleSmooth ( bool _value ) : void
Window ( Instance inst, ScriptGUI.FString name, ScriptGUI.Layout parent ) : System

Property Details

mCaption protected property

protected TextBox,ScriptGUI mCaption
return TextBox

mHandleWindowButtonPressed protected property

protected Event.SenderString mHandleWindowButtonPressed
return Event.SenderString

mHandleWindowChangeCoord protected property

protected Event.SenderVoid mHandleWindowChangeCoord
return Event.SenderVoid