Ui API ====== This is a list of all widget classes provided by ``flexx.ui``. :class:`Widget ` is the base class of all widgets. There is one document per widget type. Each document contains examples with the widget(s) defined within. Base widget: * :class:`Widget ` Layouts: * :class:`BoxLayout ` * :class:`BoxPanel ` * :class:`DockPanel ` * :class:`FormLayout ` * :class:`GridLayout ` * :class:`GridPanel ` * :class:`HBox ` * :class:`HBoxPanel ` * :class:`Layout ` * :class:`PinboardLayout ` * :class:`PlotLayout ` * :class:`SplitPanel ` * :class:`StackedPanel ` * :class:`TabPanel ` * :class:`VBox ` * :class:`VBoxPanel ` Widgets: * :class:`BaseButton ` * :class:`BokehWidget ` * :class:`Button ` * :class:`CanvasWidget ` * :class:`CheckBox ` * :class:`ColorSelectWidget ` * :class:`ComboBox ` * :class:`Div ` * :class:`DropdownContainer ` * :class:`GroupWidget ` * :class:`IFrame ` * :class:`ImageWidget ` * :class:`Label ` * :class:`LineEdit ` * :class:`PlotWidget ` * :class:`ProgressBar ` * :class:`RadioButton ` * :class:`Slider ` * :class:`ToggleButton ` * :class:`TreeItem ` * :class:`TreeWidget ` * :class:`VideoWidget ` * :class:`Widget ` * :class:`YoutubeWidget ` .. toctree:: :maxdepth: 1 :hidden: plotlayout widget box dock form grid layout pinboard split stack tabs bokeh button canvas color dropdown group html iframe label lineedit media plotwidget progressbar slider tree