Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
peridot
0.1.1
Top Level Namespace
Config
Keybinding
Format
MpdClient
Peridot
Config
MPD
Library
Album
Artist
Song
Queue
TBorder
TContainer
TWindow
UI
AlbumWindow
ArtistWindow
PlaylistWindow
QueueWindow
SongWindow
StatusWindow
Window
Server
UIClient
Built with Crystal 1.9.2
2023-10-08 14:50:09 UTC
module
UIClient
Direct including types
Peridot::TWindow
Defined in:
ui/interface.cr
Instance Method Summary
#clear
#empty
#height
#poll
#render
#set_output_mode
(mode : Int32)
#set_primary_colors
(fg : Int32, bg : Int32)
#shutdown
#width
Instance Method Detail
abstract def
clear
#
[
View source
]
abstract def
empty
#
[
View source
]
abstract def
height
#
[
View source
]
abstract def
poll
#
[
View source
]
abstract def
render
#
[
View source
]
abstract def
set_output_mode
(mode : Int32)
#
[
View source
]
abstract def
set_primary_colors
(fg : Int32, bg : Int32)
#
[
View source
]
abstract def
shutdown
#
[
View source
]
abstract def
width
#
[
View source
]