MCPcopy
hub / github.com/lxn/walk / SetParent

Method SetParent

widget.go:81–81  ·  view source on GitHub ↗

SetParent sets the parent of the Widget and adds the Widget to the Children list of the Container.

(value Container)

Source from the content-addressed store, hash-verified

79 // SetParent sets the parent of the Widget and adds the Widget to the
80 // Children list of the Container.
81 SetParent(value Container) error
82
83 // SetToolTipText sets the tool tip text of the Widget.
84 SetToolTipText(s string) error

Callers 10

onRemovedWidgetMethod · 0.65
InitWidgetFunction · 0.65
SetParentMethod · 0.65
onInsertedPageMethod · 0.65
removePageMethod · 0.65
onInsertedWidgetMethod · 0.65
onRemovingWidgetMethod · 0.65
onClearingWidgetsMethod · 0.65
NewMainWindowWithCfgFunction · 0.65
SetToolBarMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected