This docs on this page refers to a PREVIOUS VERSION. For the latest stable release, go to https://docs.bokeh.org/

Archived docs for versions <= 1.0.4 have had to be modified from their original published configuration, and may be missing some features (e.g. source listing)

All users are encourage to update to version 1.1 or later, as soon as they are able.

bokeh.models.widgets.icons — Bokeh 1.0.3 documentation

bokeh.models.widgets.icons

Various kinds of icon widgets.

class AbstractIcon(**kwargs)[source]

Bases: bokeh.models.widgets.widget.Widget

An abstract base class for icon widgets.

Note

This is an abstract base class used to help organize the hierarchy of Bokeh model types. It is not useful to instantiate on its own.

JSON Prototype
{
  "css_classes": [],
  "disabled": false,
  "height": null,
  "id": "31991",
  "js_event_callbacks": {},
  "js_property_callbacks": {},
  "name": null,
  "sizing_mode": "fixed",
  "subscribed_events": [],
  "tags": [],
  "width": null
}