Gtk.Fixed.Put Method

Adds a widget to a Gtk.Fixed container at the given position.

Syntax

public void Put (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

Adds a widget to a Gtk.Fixed container at the given position.

Requirements

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