Method

Gtk.Fixed.put

Declaration [src]

void
gtk_fixed_put (
  GtkFixed* fixed,
  GtkWidget* widget,
  double x,
  double y
)

Description [src]

Adds a widget to a GtkFixed at the given position.

Parameters

widget GtkWidget
 

the widget to add

 Ownership is not transferred to the callee
x double
 

the horizontal position to place the widget at

y double
 

the vertical position to place the widget at