Class: Gtk::Fixed

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#move(widget, x, y) ⇒ nil

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

Parameters:

  • widget (Gtk::Widget)

    the child widget.

  • x (Integer)

    the horizontal position to move the widget to.

  • y (Integer)

    the vertical position to move the widget to.

Returns:

  • (nil)

#newGtk::Widget

Creates a new Gtk::Fixed.

Returns:

#put(widget, x, y) ⇒ nil

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

Parameters:

  • widget (Gtk::Widget)

    the widget to add.

  • x (Integer)

    the horizontal position to place the widget at.

  • y (Integer)

    the vertical position to place the widget at.

Returns:

  • (nil)