carbonkivy.uix.label.label

Classes

CBaseLabel

Implements the creation and addition of child widgets as declarative

CLabel

Implements the creation and addition of child widgets as declarative

CLabelCircular

Implements the creation and addition of child widgets as declarative

Module Contents

class carbonkivy.uix.label.label.CBaseLabel(**kwargs)[source]

Bases: carbonkivy.behaviors.AdaptiveBehavior, carbonkivy.behaviors.DeclarativeBehavior, kivy.uix.label.Label

Implements the creation and addition of child widgets as declarative programming style.

style[source]
typeface[source]
weight_style[source]
on_kv_post(base_widget)[source]
class carbonkivy.uix.label.label.CLabel(*args, **kwargs)[source]

Bases: carbonkivy.behaviors.BackgroundColorBehaviorRectangular, CBaseLabel

Implements the creation and addition of child widgets as declarative programming style.

class carbonkivy.uix.label.label.CLabelCircular(*args, **kwargs)[source]

Bases: carbonkivy.behaviors.BackgroundColorBehaviorCircular, CBaseLabel

Implements the creation and addition of child widgets as declarative programming style.