picotui
1.2.2
Contents:
picotui
SBOM and license info
Categories of widgets
picotui
picotui package
Submodules
picotui.basewidget module
picotui.context module
picotui.defs module
picotui.dialogs module
picotui.editor module
picotui.editorext module
picotui.menu module
picotui.screen module
picotui.widgets module
Module contents
Changelog
picotui
picotui
picotui package
picotui.screen module
View page source
picotui.screen module
class
picotui.screen.
Screen
[source]
Bases:
object
static
attr_color
(
fg
,
bg
=
-1
)
[source]
static
attr_reset
(
)
[source]
clear_box
(
left
,
top
,
width
,
height
)
[source]
static
clear_num_pos
(
num
)
[source]
static
clear_to_eol
(
)
[source]
static
cls
(
)
[source]
static
cursor
(
onoff
)
[source]
classmethod
deinit_tty
(
)
[source]
dialog_box
(
left
,
top
,
width
,
height
,
title
=
''
)
[source]
classmethod
disable_mouse
(
)
[source]
draw_box
(
left
,
top
,
width
,
height
)
[source]
classmethod
enable_mouse
(
)
[source]
static
goto
(
x
,
y
)
[source]
classmethod
init_tty
(
)
[source]
classmethod
screen_size
(
)
[source]
classmethod
set_screen_redraw
(
handler
)
[source]
classmethod
set_screen_resize
(
handler
)
[source]
static
wr
(
s
)
[source]
static
wr_fixedw
(
s
,
width
)
[source]