CellRendererSpinner


Object Hierarchy:

Gtk.CellRendererSpinner Gtk.CellRendererSpinner Gtk.CellRendererSpinner Gtk.CellRenderer Gtk.CellRenderer Gtk.CellRenderer->Gtk.CellRendererSpinner GLib.InitiallyUnowned GLib.InitiallyUnowned GLib.InitiallyUnowned->Gtk.CellRenderer GLib.Object GLib.Object GLib.Object->GLib.InitiallyUnowned

Description:

[ CCode ( type_id = "gtk_cell_renderer_spinner_get_type ()" ) ]
[ Version ( deprecated = true , deprecated_since = "4.10" ) ]
public sealed class CellRendererSpinner : CellRenderer

Warning: CellRendererSpinner is deprecated since 4.10.

Renders a spinning animation in a cell

Note:

List views use widgets to display their contents. You should use [class@Gtk.Spinner] instead

`GtkCellRendererSpinner` renders a spinning animation in a cell, very similar to `GtkSpinner`. It can often be used as an alternative to a `GtkCellRendererProgress` for displaying indefinite activity, instead of actual progress.

To start the animation in a cell, set the `GtkCellRendererSpinner:active` property to true and increment the `GtkCellRendererSpinner:pulse` property at regular intervals. The usual way to set the cell renderer properties for each cell is to bind them to columns in your tree model using e.g. gtk_tree_view_column_add_attribute.


Namespace: Gtk
Package: gtk4

Content:

Properties:

Creation methods:

Inherited Members: