Update berry.ui
@@ -1,5 +1,13 @@
|
|||||||
Documentation for interfacing with the different UI functions.
|
Documentation for interfacing with the different UI functions.
|
||||||
|
|
||||||
|
# Attributes
|
||||||
|
## app
|
||||||
|
```lua
|
||||||
|
berry.app
|
||||||
|
```
|
||||||
|
A variable that lets you interface with the Textual app from Lua. It has all the Python functions available.
|
||||||
|
|
||||||
|
# Methods
|
||||||
## notify
|
## notify
|
||||||
```lua
|
```lua
|
||||||
berry.ui.notify(message, title?, severity?, timeout?)
|
berry.ui.notify(message, title?, severity?, timeout?)
|
||||||
|
|||||||
Reference in New Issue
Block a user