|
bool | OnClick (Widget w, int x, int y, int button) |
|
bool | OnModalResult (Widget w, int x, int y, int code, int result) |
|
bool | OnDoubleClick (Widget w, int x, int y, int button) |
|
bool | OnSelect (Widget w, int x, int y) |
|
bool | OnItemSelected (Widget w, int x, int y, int row, int column, int oldRow, int oldColumn) |
|
bool | OnFocus (Widget w, int x, int y) |
|
bool | OnFocusLost (Widget w, int x, int y) |
|
bool | OnMouseEnter (Widget w, int x, int y) |
|
bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
bool | OnMouseWheel (Widget w, int x, int y, int wheel) |
|
bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
|
bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
|
bool | OnController (Widget w, int control, int value) |
| control is one of ControlID
|
|
bool | OnKeyDown (Widget w, int x, int y, int key) |
|
bool | OnKeyUp (Widget w, int x, int y, int key) |
|
bool | OnKeyPress (Widget w, int x, int y, int key) |
|
bool | OnChange (Widget w, int x, int y, bool finished) |
|
bool | OnNeedScroll (Widget w, int x, int y, float prevScrollPosX, float prevScrollPosY, float newScrollPosX, float newScrollPosY) |
|
bool | OnResize (Widget w, int x, int y) |
|
bool | OnChildAdd (Widget w, Widget child) |
|
bool | OnChildRemove (Widget w, Widget child) |
|
bool | OnUpdate (Widget w) |
|
bool | OnEvent (EventType eventType, Widget target, int parameter0, int parameter1) |
|
bool | OnModalClickOut (Widget modalRoot, int x, int y, int button) |
|
void | HandlerAttached (Widget w) |
|
void | HandlerDeattached (Widget w) |
|
proto external ref Managed | Clone () |
| Return shallow copy of object, or null if it is not allowed (not public constructor)
|
|