CellAreaBox

Deprecated since version 4.10: List views use widgets for displaying their contents

class CellAreaBox(**properties: Any)

Superclasses: CellArea, InitiallyUnowned, Object

Implemented Interfaces: Buildable, CellLayout, Orientable

Constructors:

CellAreaBox(**properties)
new() -> Gtk.CellArea

Constructors

class CellAreaBox
classmethod new() CellArea

Creates a new GtkCellAreaBox.

Deprecated since version 4.10: Please do not use it in newly written code

Methods

class CellAreaBox
get_spacing() int

Gets the spacing added between cell renderers.

Deprecated since version 4.10: Please do not use it in newly written code

pack_end(renderer: CellRenderer, expand: bool, align: bool, fixed: bool) None

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

The renderer is packed after (away from end of) any other GtkCellRenderer packed with reference to the end of box.

Deprecated since version 4.10: Please do not use it in newly written code

Parameters:
  • renderer – the GtkCellRenderer to add

  • expand – whether renderer should receive extra space when the area receives more than its natural size

  • align – whether renderer should be aligned in adjacent rows

  • fixed – whether renderer should have the same size in all rows

pack_start(renderer: CellRenderer, expand: bool, align: bool, fixed: bool) None

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

The renderer is packed after any other GtkCellRenderer packed with reference to the start of box.

Deprecated since version 4.10: Please do not use it in newly written code

Parameters:
  • renderer – the GtkCellRenderer to add

  • expand – whether renderer should receive extra space when the area receives more than its natural size

  • align – whether renderer should be aligned in adjacent rows

  • fixed – whether renderer should have the same size in all rows

set_spacing(spacing: int) None

Sets the spacing to add between cell renderers in box.

Deprecated since version 4.10: Please do not use it in newly written code

Parameters:

spacing – the space to add between GtkCellRenderer’s

Properties

class CellAreaBox
props.spacing: int

The amount of space to reserve between cells.