Skip to content

kivy-garden/garden.segment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Segment class

The class`Segment` widget is a widget for displaying segment in Kivy.

  • The value property of segment must be a string.
  • The scale property of segment must be a float.
  • The color property of segment must be a string.

Ex:

seg = Segment(scale=0.3, value="A.")

Are permitted : 0 1 2 3 4 5 6 7 8 9 and 0. 1. 2. 3. 4. 5. 6. 7. 8. 9.

And this :

A b C d E F and A. b. C. d. E. F.

http://youtu.be/EkJ7Pp0p7zA

About

Kivy Widget Segment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages