/
evo
/
Gtk4-tutorial
Обзор
Документация
Войти
/
evo
/
Gtk4-tutorial
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/list4/factory_list.ui
31 строка
1008 B
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_HORIZONTAL</property> <property name="spacing">20</property> <child> <object class="GtkImage"> <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</property> <binding name="label"> <closure type="gchararray" function="get_file_name"> <lookup name="item">GtkListItem</lookup> </closure> </binding> </object> </child> </object> </property> </template> </interface>