/
evo
/
Gtk4-tutorial
Обзор
Документация
Войти
/
evo
/
Gtk4-tutorial
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/menu/menu2.ui
38 строк
1 KB
Toshio Sekiya
Update section 17 to 21.
03 янв 2023, 09:30
03 янв 2023, 09:30
d4317f1
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <interface> <menu id="menubar"> <submenu> <attribute name="label">Menu</attribute> <section> <item> <attribute name="label">Full screen</attribute> <attribute name="action">win.fullscreen</attribute> </item> </section> <section> <attribute name="label">Color</attribute> <item> <attribute name="label">Red</attribute> <attribute name="action">app.color</attribute> <attribute name="target">red</attribute> </item> <item> <attribute name="label">Green</attribute> <attribute name="action">app.color</attribute> <attribute name="target">green</attribute> </item> <item> <attribute name="label">Blue</attribute> <attribute name="action">app.color</attribute> <attribute name="target">blue</attribute> </item> </section> <section> <item> <attribute name="label">Quit</attribute> <attribute name="action">app.quit</attribute> </item> </section> </submenu> </menu> </interface>