Layout.move
void move(gtk.widget.Widget childWidget, int x, int y)Moves a current child of layout to a new position.
Parameters
childWidget | a current child of layout |
x | X position to move to |
y | Y position to move to |
void move(gtk.widget.Widget childWidget, int x, int y)Moves a current child of layout to a new position.
childWidget | a current child of layout |
x | X position to move to |
y | Y position to move to |