Re: PyGObject: Spinner as content of a TreeView cell

2018-05-09 Thread c.buhtz
On 2018-05-09 22:52 wrote: > Does anyone see a way to draw/insert a Gtk.Spinner (or any other > Gtk.Widget) in a cell of a Gtk.TreeView? Oh, there is a CellRendererSpinner for it! :) An example can be found here

PyGObject: Spinner as content of a TreeView cell

2018-05-09 Thread c.buhtz
Does anyone see a way to draw/insert a Gtk.Spinner (or any other Gtk.Widget) in a cell of a Gtk.TreeView? I want to use a Spinner to indicate to the user that currently there is work (e. g. ongoing download) or activity with a specific item. ___