/
evo
/
Gtk4-tutorial
Обзор
Документация
Войти
/
evo
/
Gtk4-tutorial
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/expression/exp_test.ui
32 строки
953 B
Toshio Sekiya
Update section 26-30.
18 янв 2023, 08:27
18 янв 2023, 08:27
e089792
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <interface> <object class="GtkApplicationWindow" id="win"> <binding name="title"> <closure type="gchararray" function="test"> </closure> </binding> <property name="default-width">600</property> <property name="default-height">400</property> <child> <object class="GtkBox"> <property name="orientation">GTK_ORIENTATION_VERTICAL</property> <child> <object class="GtkLabel"> <binding name="label"> <closure type="gchararray" function="test"> </closure> </binding> </object> </child> <child> <object class="GtkLabel"> <binding name="label" object ="win"> <closure type="gchararray" function="test"> </closure> </binding> </object> </child> </object> </child> </object> </interface>