Click or drag to resize

GH_CanvasWidgetListEventArgsAddWidget Method

Append a widget to the canvas.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void AddWidget(
	IGH_Widget widget
)

Parameters

widget
Type: IGH_Widget
Widget to append.
See Also