Class: Gtk::ColumnViewRow

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

Instance Method Summary collapse

Instance Method Details

#accessible_descriptionString

The accessible description to set on the row.

Returns:

  • (String)

    accessible-description

#accessible_description=(accessible_description) ⇒ String

The accessible description to set on the row.

Parameters:

  • accessible_description (String)

Returns:

  • (String)

    accessible-description

  • (String)

    accessible-description

#accessible_labelString

The accessible label to set on the row.

Returns:

  • (String)

    accessible-label

#accessible_label=(accessible_label) ⇒ String

The accessible label to set on the row.

Parameters:

  • accessible_label (String)

Returns:

  • (String)

    accessible-label

  • (String)

    accessible-label

#activatableBoolean

Checks if the row has been set to be activatable via gtk_column_view_row_set_activatable().

Returns:

  • (Boolean)

    true if the row is activatable

#activatable=(activatable) ⇒ Boolean

If the row can be activated by the user.

Parameters:

  • activatable (Boolean)

Returns:

  • (Boolean)

    activatable

  • (Boolean)

    activatable

#activatable?Boolean

If the row can be activated by the user.

Returns:

  • (Boolean)

    activatable

#focusableBoolean

Checks if a row item has been set to be focusable via gtk_column_view_row_set_focusable().

Returns:

  • (Boolean)

    true if the row is focusable

#focusable=(focusable) ⇒ Boolean

If the row can be focused with the keyboard.

Parameters:

  • focusable (Boolean)

Returns:

  • (Boolean)

    focusable

  • (Boolean)

    focusable

#focusable?Boolean

If the row can be focused with the keyboard.

Returns:

  • (Boolean)

    focusable

#itemGObject::Object

The item for this row.

Returns:

  • (GObject::Object)

    item

#item=(item) ⇒ GObject::Object

The item for this row.

Parameters:

  • item (GObject::Object)

Returns:

  • (GObject::Object)

    item

  • (GObject::Object)

    item

#positionInteger

Position of the row.

Returns:

  • (Integer)

    position

#position=(position) ⇒ Integer

Position of the row.

Parameters:

  • position (Integer)

Returns:

  • (Integer)

    position

  • (Integer)

    position

#selectableBoolean

Checks if the row has been set to be selectable via gtk_column_view_row_set_selectable().

Do not confuse this function with [methodGtk.ColumnViewRow.get_selected].

Returns:

  • (Boolean)

    true if the row is selectable

#selectable=(selectable) ⇒ Boolean

If the row can be selected by the user.

Parameters:

  • selectable (Boolean)

Returns:

  • (Boolean)

    selectable

  • (Boolean)

    selectable

#selectable?Boolean

If the row can be selected by the user.

Returns:

  • (Boolean)

    selectable

#selectedBoolean

Checks if the item is selected that this row corresponds to.

The selected state is maintained by the list widget and its model and cannot be set otherwise.

Returns:

  • (Boolean)

    true if the item is selected.

#selected=(selected) ⇒ Boolean

If the item in the row is currently selected.

Parameters:

  • selected (Boolean)

Returns:

  • (Boolean)

    selected

  • (Boolean)

    selected

#selected?Boolean

If the item in the row is currently selected.

Returns:

  • (Boolean)

    selected