SetToolTipText sets the tool tip text of the Widget.
(s string)
| 82 | |
| 83 | // SetToolTipText sets the tool tip text of the Widget. |
| 84 | SetToolTipText(s string) error |
| 85 | |
| 86 | // SizeHint returns the preferred size in native pixels for the respective type of Widget. |
| 87 | SizeHint() Size |
no outgoing calls
no test coverage detected