Skip to content

Instantly share code, notes, and snippets.

View vlkorsakov's full-sized avatar
✌️

Vladimir Korsakov vlkorsakov

✌️
View GitHub Profile
dialog = Dialog(
Window(
Const("Записи:"),
Format("{records}"),
Row(
Button(Const("<"), id="prev_records", on_click=prev_records),
Button(Const(">"), id="next_records", on_click=next_records),
),
Cancel(Const("Close btn")),
state=RecordsSG.SHOW,