CompletionCell

class CompletionCell(**properties: Any)

Superclasses: Widget, InitiallyUnowned, Object

Implemented Interfaces: Accessible, Buildable, ConstraintTarget

Constructors:

CompletionCell(**properties)

Methods

class CompletionCell
get_column() CompletionColumn
get_widget() Widget | None

Gets the child Widget, if any.

set_gicon(gicon: Icon) None
Parameters:

gicon

set_icon_name(icon_name: str) None
Parameters:

icon_name

set_markup(markup: str) None
Parameters:

markup

set_paintable(paintable: Paintable) None
Parameters:

paintable

set_text(text: str | None = None) None

Sets the text for the column cell. Use None to unset.

Parameters:

text – the text to set or None

set_text_with_attributes(text: str, attrs: AttrList) None
Parameters:
  • text

  • attrs

set_widget(child: Widget) None
Parameters:

child

Properties

class CompletionCell
props.column: CompletionColumn
props.markup: str
props.paintable: Paintable
props.text: str
props.widget: Widget