Gtk.Fixed.Move Method

Moves a child of a Gtk.Fixed container to the given position.

Syntax

public void Move (Widget widget, int x, int y)

Parameters

widget
an object of type Gtk.Widget
x
an object of type int
y
an object of type int

Remarks

Moves a child of a Gtk.Fixed container to the given position.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)