Class: Gtk::CellAreaBox

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

Instance Method Summary collapse

Instance Method Details

#newGtk::CellArea

Creates a new Gtk::CellAreaBox.

Returns:

#pack_end(renderer, expand, align, fixed) ⇒ nil

Adds renderer to box, packed with reference to the end of box.

The renderer is packed after (away from end of) any other Gtk::CellRenderer packed with reference to the end of box. more than its natural size

Parameters:

  • renderer (Gtk::CellRenderer)

    the Gtk::CellRenderer to add

  • expand (TrueClass)

    whether renderer should receive extra space when the area receives

  • align (TrueClass)

    whether renderer should be aligned in adjacent rows

  • fixed (TrueClass)

    whether renderer should have the same size in all rows

Returns:

  • (nil)

#pack_start(renderer, expand, align, fixed) ⇒ nil

Adds renderer to box, packed with reference to the start of box.

The renderer is packed after any other Gtk::CellRenderer packed with reference to the start of box. more than its natural size

Parameters:

  • renderer (Gtk::CellRenderer)

    the Gtk::CellRenderer to add

  • expand (TrueClass)

    whether renderer should receive extra space when the area receives

  • align (TrueClass)

    whether renderer should be aligned in adjacent rows

  • fixed (TrueClass)

    whether renderer should have the same size in all rows

Returns:

  • (nil)

#spacingInteger

The amount of space to reserve between cells.

Returns:

  • (Integer)

    spacing

#spacing=(spacing) ⇒ Integer

The amount of space to reserve between cells.

Parameters:

  • spacing (Integer)

Returns:

  • (Integer)

    spacing

  • (Integer)

    spacing