Click or drag to resize

GH_Attr_Widget Methods

The GH_Attr_Widget type exposes the following members.

Methods
  NameDescription
Public methodComputeMinSize
Computes widget's minimum size.
Public methodContains
Check if widget bounds contains given point. By default the CanvasBounds of the widget will be consulted.
Public methodStatic memberConvert
Convert float rectange to integer rectangle.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWidgetDescription
Public methodIsTtipPoint
Get widget at point. If no widget is in range of given point, null is returned.
Public methodLayout
Layout widget.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnRender
Render widget to canvas.
Public methodPostUpdateBounds
Is invoked after the bounds of the widget has been updated.
Public methodRead
Deserialize widget.
Public methodRender
Render widget onto canvas. Override this method to defined the widget's render procedure.
Public methodRespondToKeyDown
Public methodRespondToMouseDoubleClick
Public methodRespondToMouseDown
Public methodRespondToMouseMove
Public methodRespondToMouseUp
Public methodStatic memberShrink
Shrink rectangle.
Public methodTooltipSetup
Setup widget's tool tip.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateBounds
Update widget bounds.
Public methodWrite
Serialize widget.
Top
See Also