/
evo
/
Gtk4-tutorial
Обзор
Документация
Войти
/
evo
/
Gtk4-tutorial
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.8
src/expression/exp.ui
48 строк
1 KB
Toshio Sekiya
Add Section 26.
18 апр 2021, 15:13
18 апр 2021, 15:13
8ed3410
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <interface> <object class="GtkWindow" id="win2"> <binding name="title"> <closure type="gchararray" function="set_title"> <lookup name="default-width" type="GtkWindow"></lookup> <lookup name="default-height" type="GtkWindow"></lookup> </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"> <constant type="gint">100</constant> </binding> </object> </child> <child> <object class="GtkLabel"> <binding name="label"> <lookup name="text">buffer</lookup> </binding> </object> </child> <child> <object class="GtkLabel"> <binding name="label"> <lookup name="application-id"> <lookup name="application">win2</lookup> </lookup> </binding> </object> </child> <child> <object class="GtkEntry" id="entry"> <property name="buffer"> <object class="GtkEntryBuffer" id="buffer"></object> </property> </object> </child> </object> </child> </object> </interface>