Class LM_AngleWidget
Version added: before 9.5

LM_AngleWidget
The LM_AngleWidget class provides a knob to let the user enter an angle value. To create a new object of this class, use the LM.GUI.AngleWidget method.
Methods of LM_AngleWidget:
Name | Returns | Description | Ver |
AllowWrapAround AllowWrapAround(b) | void | Added in version 14.0 | 14.0 |
SetValue SetValue(angle) | void | Sets the value of the angle widget | < 9.5 |
Value Value() | real | Returns the current angle value (in radians) | < 9.5 |
Methods inherited from LM_BaseWidget:
Name | Returns | Description | Ver |
Redraw Redraw() | void | Call this function to force the widget to redraw itself | < 9.5 |
Methods inherited from LM_View:
Name | Returns | Description | Ver |
Enable Enable(enable) | void | Enables or disables a view object | < 9.5 |
Height Height() | int32 | Added in version 11 | 11.0 |
IsEnabled IsEnabled() | bool | Tells whether the view is currently enabled | < 9.5 |
IsMouseDragging IsMouseDragging(button) | bool | Added in version 11 | 11.0 |
SetCursor SetCursor(cursor) | void | Change the cursor | < 9.5 |
SetToolTip SetToolTip(tooltip) | void | Added in version 12 | 12.0 |
Width Width() | int32 | Added in version 11 | 11.0 |