add_widget
Description:
[
HasEmitter ]
[
Version ( since =
"1.4" ) ]
public virtual signal bool add_widget (
Widget widget,
Position position)
This signal is used to add a Widget to the document workspace, generally in the document
grid.
Parameters:
| widget |
a Widget
|
| position |
a Position
|
Returns:
|
true if the widget was added and no more signal handlers will be notified.
|