/
evo
/
Gtk4-tutorial
Обзор
Документация
Войти
/
evo
/
Gtk4-tutorial
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/list4/factory_grid.ui
32 строки
1 KB
Toshio Sekiya
Add section 25.
24 мар 2021, 10:37
24 мар 2021, 10:37
0efa4c2
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <interface> <template class="GtkListItem"> <property name="child"> <object class="GtkBox"> <property name="orientation">GTK_ORIENTATION_VERTICAL</property> <property name="spacing">20</property> <child> <object class="GtkImage"> <property name="icon-size">GTK_ICON_SIZE_LARGE</property> <binding name="gicon"> <closure type="GIcon" function="get_icon"> <lookup name="item">GtkListItem</lookup> </closure> </binding> </object> </child> <child> <object class="GtkLabel"> <property name="hexpand">TRUE</property> <property name="xalign">0.5</property> <binding name="label"> <closure type="gchararray" function="get_file_name"> <lookup name="item">GtkListItem</lookup> </closure> </binding> </object> </child> </object> </property> </template> </interface>