carbonkivy.uix.label

Submodules

Attributes

UIX

filename

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

CLabelNeutral

Implements the creation and addition of child widgets as declarative

CLabelNeutralCircular

Implements the creation and addition of child widgets as declarative

Package Contents

carbonkivy.uix.label.UIX[source]
class carbonkivy.uix.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
typeface
weight_style
on_kv_post(base_widget)[source]
class carbonkivy.uix.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.CLabelCircular(*args, **kwargs)[source]

Bases: carbonkivy.behaviors.BackgroundColorBehaviorCircular, CBaseLabel

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

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

Bases: CLabel

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

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

Bases: CLabelCircular

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

carbonkivy.uix.label.filename[source]