Code Monkey home page Code Monkey logo

garden.imagetogglebutton's Introduction

kivy-imagetogglebutton

screenshot

What is about ?

A imagetogglebutton widget for kivy with default shapes. run init.py to see an example running. default shapes of button are provided (round, square, rounded square with or without line)

see it in action : https://youtu.be/CCHtq3coogg

same concepts as the led widget : https://github.com/olivier-boesch/garden.led

properties

state

'down' or 'normal' as a toggle button

toggle_type

three possible values :

  • 'color' : changes the color when state changes (default colors try to match kivy default theme). colors can be set by the color_normal and color_down properties (these are list properties in the style of [red,green,blue,opacity]). you must set the source property with a greyscale image. the widget will color this image with color_normal or color_down.

  • 'source' : set source_normal and source_down properties and the image will change according to state.

  • 'both' : source AND color will change according to state. so, you must set color_down, color_normal, source_down and source_normal.

color_down

the image color when the state is down (when toggle_type equals to color or both). it's a list of the style [r,g,b,opacity]

color_normal

the image color when the state is normal (when toggle_type equals to color or both). it's a list of the style [r,g,b,opacity]

source_down

image source when the state is down.

source_normal

image source when the state is normal

garden.imagetogglebutton's People

Contributors

olivier-boesch avatar

Stargazers

 avatar CAI avatar  avatar Outsourced Guru avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.