Book Image

Kivy Cookbook

By : Hugo Solis
Book Image

Kivy Cookbook

By: Hugo Solis

Overview of this book

Table of Contents (16 chapters)
Kivy Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Widgets

In this chapter, we will cover:

  • Using the basics: buttons, labels, and text inputs

  • Manipulating the widget tree

  • Traversing the tree

  • Using swappable widgets

  • Organizing with layouts

  • Using FloatLayout

  • Using BoxLayout

  • Using GridLayout

  • Using StackLayout

  • Using RelativeLayout

  • Using AnchorLayout

  • Working with ActionBar