carbonkivy.uix.notification
Submodules
Attributes
Classes
Implements the creation and addition of child widgets as declarative |
|
Implements the creation and addition of child widgets as declarative |
|
This mixin class provides |
|
Implements the creation and addition of child widgets as declarative |
|
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.ModalViewImplements the creation and addition of child widgets as declarative programming style.
- class carbonkivy.uix.notification.CNotification(*args, **kwargs)[source]
Bases:
CBaseNotificationImplements the creation and addition of child widgets as declarative programming style.
- class carbonkivy.uix.notification.CNotificationCloseButton(**kwargs)[source]
Bases:
carbonkivy.uix.button.CButtonThis mixin class provides
Buttonbehavior. Please see thebutton behaviors moduledocumentation 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:
CBaseNotificationImplements the creation and addition of child widgets as declarative programming style.
- class carbonkivy.uix.notification.CNotificationToast(*args, **kwargs)[source]
Bases:
CBaseNotificationImplements the creation and addition of child widgets as declarative programming style.
- carbonkivy.uix.notification.filename[source]