Gtk.Widget.SetUposition Method
Deprecated way to set the position of a widget.

Syntax

public void SetUposition (int x, int y)

Parameters

x
a int
y
a int

Remarks

The funny "u" in the name comes from the "user position" hint specified by the X Window System, and exists for legacy reasons. This function does not work if a widget is inside a container; it is only really useful on Gtk.Window.

Requirements

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