|
|
GH_Attr_Widget Methods |
The GH_Attr_Widget type exposes the following members.
| Name | Description | |
|---|---|---|
| ComputeMinSize |
Computes widget's minimum size.
| |
| Contains |
Check if widget bounds contains given point. By default the CanvasBounds
of the widget will be consulted.
| |
| Convert |
Convert float rectange to integer rectangle.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetWidgetDescription | ||
| IsTtipPoint |
Get widget at point. If no widget is in range of given point,
null is returned.
| |
| Layout |
Layout widget.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnRender |
Render widget to canvas.
| |
| PostUpdateBounds |
Is invoked after the bounds of the widget has been updated.
| |
| Read |
Deserialize widget.
| |
| Render |
Render widget onto canvas. Override this method to defined
the widget's render procedure.
| |
| RespondToKeyDown | ||
| RespondToMouseDoubleClick | ||
| RespondToMouseDown | ||
| RespondToMouseMove | ||
| RespondToMouseUp | ||
| Shrink |
Shrink rectangle.
| |
| TooltipSetup |
Setup widget's tool tip.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateBounds |
Update widget bounds.
| |
| Write |
Serialize widget.
|