Method

GtkFixedput

Declaration [src]

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

Description [src]

Adds a widget to a GtkFixed container at the given position.

Parameters

widget

Type: GtkWidget

The widget to add.

The data is owned by the caller of the method.
x

Type: gint

The horizontal position to place the widget at.

y

Type: gint

The vertical position to place the widget at.