gtk.CellRendererSpin

Undocumented in source.

Public Imports

gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;

Members

Classes

CellRendererSpin
class CellRendererSpin

gtk.CellRendererSpin renders text in a cell like gtk.CellRendererText from which it is derived. But while gtk.CellRendererText offers a simple entry to edit the text, gtk.CellRendererSpin offers a gtk.SpinButton widget. Of course, that means that the text has to be parseable as a floating point number.