ActivateWriteMode() | MultilineEditBoxWidget | |
AddCallback(int eventId, WidgetEventCallback fn) | Widget | |
AddChild(notnull Widget child) | Widget | |
AddHandler(ScriptedWidgetEventHandler eventHandler) | Widget | |
ClearFlags(int flags) | Widget | |
Clone() | Managed | |
EmitCallback(int eventId) | Widget | |
FindAnyWidget(string pathname) | Widget | |
FindAnyWidgetById(int user_id) | Widget | |
FindHandler(TypeName type) | Widget | |
FindWidget(string pathname) | Widget | |
GetBold() | TextWidget | |
GetChildren() | Widget | |
GetColor() | Widget | |
GetColorInt() | Widget | |
GetFlags() | Widget | |
GetForceFont() | TextWidget | |
GetHandler(int index) | Widget | |
GetIsColorInherited() | Widget | |
GetItalic() | TextWidget | |
GetName() | Widget | |
GetNavigation(WidgetNavigationDirection direction, out WidgetNavigationRuleType rule) | Widget | |
GetNumHandlers() | Widget | |
GetOpacity() | Widget | |
GetOutlineColor() | TextWidget | |
GetOutlineSize() | TextWidget | |
GetParent() | Widget | |
GetRotation() | TextWidget | |
GetScreenPos(out float x, out float y) | Widget | |
GetScreenSize(out float width, out float height) | Widget | |
GetShadowColor() | TextWidget | |
GetShadowOffset(out float sx, out float sy) | TextWidget | |
GetShadowOpacity() | TextWidget | |
GetShadowSize() | TextWidget | |
GetSibling() | Widget | |
GetStyleName() | Widget | |
GetText() | TextWidget | |
GetTextSize(out float sx, out float sy) | TextWidget | |
GetTextWrapping() | TextWidget | |
GetTypeID() | Widget | |
GetTypeName() | Widget | |
GetUserID() | Widget | |
GetWorkspace() | Widget | |
GetZOrder() | Widget | |
IsClippingChildren() | Widget | |
IsEnabled() | Widget | |
IsEnabledInHierarchy() | Widget | |
IsFocusable() | Widget | |
IsInWriteMode() | MultilineEditBoxWidget | |
IsVisible() | Widget | |
IsVisibleInHierarchy() | Widget | |
RemoveCallback(int eventId, int callbackId) | Widget | |
RemoveCallbackByOwner(int eventId, Class owner) | Widget | |
RemoveChild(notnull Widget child) | Widget | |
RemoveFromHierarchy() | Widget | |
RemoveHandler(ScriptedWidgetEventHandler eventHandler) | Widget | |
SetBold(bool bold) | TextWidget | |
SetColor(notnull Color color) | Widget | |
SetColorInt(int color) | Widget | |
SetDesiredFontSize(int size) | TextWidget | |
SetEnabled(bool enable) | Widget | |
SetExactFontSize(int size) | TextWidget | |
SetFlags(int flags) | Widget | |
SetFont(ResourceName fontResource) | TextWidget | |
SetForceFont(bool force) | TextWidget | |
SetIsColorInherited(bool isColorInherited) | Widget | |
SetItalic(bool italic) | TextWidget | |
SetLineSpacing(float spacing) | TextWidget | |
SetMinFontSize(int size) | TextWidget | |
SetName(string name) | Widget | |
SetNavigation(WidgetNavigationDirection direction, WidgetNavigationRuleType rule, string explicitTarget=string.Empty) | Widget | |
SetOpacity(float alpha) | Widget | |
SetOutline(int outlineSize, int argb=0xFF000000) | TextWidget | |
SetPivot(float x, float y) | TextWidget | |
SetRotation(float angle) | TextWidget | |
SetShadow(int shadowSize, int shadowARGB=0xFF000000, float shadowOpacity=1, float shadowOffsetX=0, float shadowOffsetY=0) | TextWidget | |
SetText(string text) | TextWidget | |
SetTextFormat(string text, void param1=NULL, void param2=NULL, void param3=NULL, void param4=NULL, void param5=NULL, void param6=NULL, void param7=NULL, void param8=NULL, void param9=NULL) | TextWidget | |
SetTextOffset(float xoff, float yoff) | TextWidget | |
SetTextWrapping(bool isWrapping) | TextWidget | |
SetUserID(int id) | Widget | |
SetVirtualKeyboardDesc(string str) | MultilineEditBoxWidget | |
SetVirtualKeyboardTitle(string str) | MultilineEditBoxWidget | |
SetVisible(bool show) | Widget | |
SetZOrder(int zOrder) | Widget | |
Update() | Widget | |