| AddCallback(int eventId, WidgetEventCallback fn) | Widget | |
| AddChild(notnull Widget child) | Widget | |
| AddHandler(ScriptedWidgetEventHandler eventHandler) | Widget | |
| ClearFlags(int flags) | Widget | |
| ClearItems() | BaseListboxWidget | |
| Clone() | Managed | |
| EmitCallback(int eventId) | Widget | |
| EmitCustomEvent(int iData, Managed pData) | Widget | |
| EnsureVisible(int row) | BaseListboxWidget | |
| FindAnyWidget(string pathname) | Widget | |
| FindAnyWidgetById(int user_id) | Widget | |
| FindHandler(TypeName type) | Widget | |
| FindWidget(string pathname) | Widget | |
| GetChildren() | Widget | |
| GetColor() | Widget | |
| GetColorInt() | Widget | |
| GetFlags() | Widget | |
| GetHandler(int index) | Widget | |
| GetIsColorInherited() | Widget | |
| GetName() | Widget | |
| GetNavigation(WidgetNavigationDirection direction, out WidgetNavigationRuleType rule) | Widget | |
| GetNumHandlers() | Widget | |
| GetNumItems() | BaseListboxWidget | |
| GetOpacity() | Widget | |
| GetParent() | Widget | |
| GetScreenPos(out float x, out float y) | Widget | |
| GetScreenSize(out float width, out float height) | Widget | |
| GetSelectedRow() | BaseListboxWidget | |
| GetSibling() | Widget | |
| GetStyleName() | Widget | |
| GetTextBold() | UIWidget | |
| GetTextColor() | UIWidget | |
| GetTextItalic() | UIWidget | |
| GetTextOutlineColor() | UIWidget | |
| GetTextOutlineSize() | UIWidget | |
| GetTextShadowColor() | UIWidget | |
| GetTextShadowOffsetX() | UIWidget | |
| GetTextShadowOffsetY() | UIWidget | |
| GetTextShadowOpacity() | UIWidget | |
| GetTextShadowSize() | UIWidget | |
| GetTextSharpness() | UIWidget | |
| GetTypeID() | Widget | |
| GetTypeName() | Widget | |
| GetUserID() | Widget | |
| GetWorkspace() | Widget | |
| GetZOrder() | Widget | |
| IsClippingChildren() | Widget | |
| IsEnabled() | Widget | |
| IsEnabledInHierarchy() | Widget | |
| IsFocusable() | Widget | |
| 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 | |
| RemoveRow(int row) | BaseListboxWidget | |
| SelectRow(int row) | BaseListboxWidget | |
| SetColor(notnull Color color) | Widget | |
| SetColorInt(int color) | Widget | |
| SetDefaultStyle() | UIWidget | |
| SetEnabled(bool enable) | Widget | |
| SetFlags(int flags) | Widget | |
| SetIsColorInherited(bool isColorInherited) | Widget | |
| SetName(string name) | Widget | |
| SetNavigation(WidgetNavigationDirection direction, WidgetNavigationRuleType rule, string explicitTarget=string.Empty) | Widget | |
| SetOpacity(float alpha) | Widget | |
| SetStyle(string styleName) | UIWidget | |
| SetTextBold(bool bold) | UIWidget | |
| SetTextColor(int color) | UIWidget | |
| SetTextItalic(bool italic) | UIWidget | |
| SetTextOutline(int outlineSize, int argb=0xFF000000) | UIWidget | |
| SetTextShadow(int shadowSize, int shadowARGB=0xFF000000, float shadowOpacity=1.0, float shadowOffsetX=0.0, float shadowOffsetY=0.0) | UIWidget | |
| SetTextSharpness(float sharpness) | UIWidget | |
| SetUserID(int id) | Widget | |
| SetVisible(bool show) | Widget | |
| SetZOrder(int zOrder) | Widget | |
| Update() | Widget | |