carbonkivy.uix.notification

Submodules

Attributes

UIX

filename

Classes

CBaseNotification

Implements the creation and addition of child widgets as declarative

CNotification

Implements the creation and addition of child widgets as declarative

CNotificationCloseButton

This mixin class provides

CNotificationInline

Implements the creation and addition of child widgets as declarative

CNotificationToast

Implements the creation and addition of child widgets as declarative

Package Contents

carbonkivy.uix.notification.UIX[source]
class carbonkivy.uix.notification.CBaseNotification(*args, **kwargs)[source]

Bases: carbonkivy.behaviors.AdaptiveBehavior, carbonkivy.behaviors.DeclarativeBehavior, carbonkivy.behaviors.ElevationBehavior, kivy.uix.modalview.ModalView

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

time_caption_enabled
status
contrast
caption
icon
title
action_button
subtitle
cnotification_layout
theme_cls
app = None
on_contrast(*args) None[source]
on_time_caption_enabled(*args) None[source]
on_caption(*args) None[source]
on_action_button(*args) None[source]
class carbonkivy.uix.notification.CNotification(*args, **kwargs)[source]

Bases: CBaseNotification

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

variant
class carbonkivy.uix.notification.CNotificationCloseButton(**kwargs)[source]

Bases: carbonkivy.uix.button.CButton

This mixin class provides Button behavior. Please see the button behaviors module documentation for more information.

Events:
on_press

Fired when the button is pressed.

on_release

Fired when the button is released (i.e. the touch/click that pressed the button goes away).

class carbonkivy.uix.notification.CNotificationInline(*args, **kwargs)[source]

Bases: CBaseNotification

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

class carbonkivy.uix.notification.CNotificationToast(*args, **kwargs)[source]

Bases: CBaseNotification

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

carbonkivy.uix.notification.filename[source]