build
demos
docs
examples
application1
application10
application2
Makefile.am
exampleapp.c
exampleapp.gresource.xml
exampleapp.h
exampleappwin.c
exampleappwin.h
main.c
window.ui
application3
application4
application5
application6
application7
application8
application9
bp
Makefile.am
action-namespace.c
builder.c
builder.ui
drawing.c
grid-packing.c
hello-world.c
plugman.c
search-bar.c
sunny.c
window-default.c
gdk
gtk
libgail-util
m4
m4macros
modules
po
po-properties
tests
testsuite
util
AUTHORS
COPYING
HACKING
INSTALL.in
MAINTAINERS
Makefile.am
Makefile.decl
NEWS
NEWS.pre-1-0
README.commits
README.in
README.win32
acinclude.m4
autogen.sh
config.h.win32.in
configure.ac
gail-3.0.pc.in
gdk-3.0.pc.in
git.mk
gtk+-3.0.pc.in
gtk+-unix-print-3.0.pc.in
gtk+.doap
gtk-zip.sh.in
makefile.msc
sanitize-la.sh

This makes the code match what we show in the screenshots. This broke when headerbars were changed to allow titles to extend into the margin.
33 lines
1.1 KiB
XML
33 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.8 -->
|
|
<template class="ExampleAppWindow" parent="GtkApplicationWindow">
|
|
<property name="title" translatable="yes">Example Application</property>
|
|
<property name="default-width">600</property>
|
|
<property name="default-height">400</property>
|
|
<child>
|
|
<object class="GtkBox" id="content_box">
|
|
<property name="visible">True</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkHeaderBar" id="header">
|
|
<property name="visible">True</property>
|
|
<child type="title">
|
|
<object class="GtkStackSwitcher" id="tabs">
|
|
<property name="visible">True</property>
|
|
<property name="margin">6</property>
|
|
<property name="stack">stack</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkStack" id="stack">
|
|
<property name="visible">True</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|