hater123 Начинающий H Начинающий Статус Оффлайн Регистрация 30 Авг 2022 Сообщения 14 Реакции 0 5 Окт 2022 #1 Saw this type of icons in front of the text, I do not understand how this is made, could someone give me an example? Вложения how.png 48 KB · Просмотры: 124
Saw this type of icons in front of the text, I do not understand how this is made, could someone give me an example?
prince1337 Олдфаг Олдфаг Статус Оффлайн Регистрация 28 Дек 2018 Сообщения 2,623 Реакции 1,455 5 Окт 2022 #2 icon = ui.get_icon(“cloud”) — return unicode of icon text = icon .. “ test string” ui.create(“tab”):label(text)
icon = ui.get_icon(“cloud”) — return unicode of icon text = icon .. “ test string” ui.create(“tab”):label(text)