WidgetsΒΆ
A widget is an element of a graphical user interface. The kivy.uix module contains classes for creating and managing Widgets.
Read first: Widget class
UX widgets: Classical user interface widgets, perfect and ready to be assembled to create more complex widgets.
Layouts: A layout widget has no rendering, just a trigger that will arrange its children in a specific way. Read more on Layout
Complex UX widgets: Non-atomic widgets, result of classic widget combinations. We call them complex because the assembly and usages are not as generic as the classicals widgets.
Behaviors widgets: Theses widgets have no rendering, but act on the graphics part, or even on the interaction (touch) part.
- Accordion
- Anchor Layout
- Box Layout
- Bubble
- Button
- Camera
- FileChooser
- Float Layout
- Grid Layout
- Image
- Label
- Layout
- Popup
- Progress Bar
- reStructuredText renderer
- Scatter
- Scroll View
- Settings
- Slider
- Stack Layout
- Stencil View
- Switch
- TabbedPanel
- Text Input
- Toggle button
- Tree View
- Video
- Video player
- VKeyboard
- Widget class