[gtk/matthiasc/for-master] widget-factory: Show typographical style classes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master] widget-factory: Show typographical style classes
- Date: Mon, 27 Apr 2020 00:24:59 +0000 (UTC)
commit d4afd5a9f2026c77ba894dc6d333d3e419c49107
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Apr 26 20:23:52 2020 -0400
widget-factory: Show typographical style classes
This nicely fills the gap on page 1.
demos/widget-factory/widget-factory.ui | 66 ++++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
---
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index 87b558ea8e..a3e64965d4 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -1075,6 +1075,72 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
<property name="placeholder-text" translatable="yes">Password…</property>
</object>
</child>
+ <child>
+ <object class="GtkScrolledWindow">
+ <property name="hscrollbar-policy">never</property>
+ <property name="vscrollbar-policy">automatic</property>
+ <child>
+ <object class="GtkBox">
+ <property name="orientation">vertical</property>
+ <property name="spacing">10</property>
+ <child>
+ <object class="GtkLabel">
+ <property name="label">Large Title</property>
+ <style><class name="large-title"/></style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="label">Title 1</property>
+ <style><class name="title-1"/></style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="label">Title 2</property>
+ <style><class name="title-2"/></style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="label">Title 3</property>
+ <style><class name="title-3"/></style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="label">Title 4</property>
+ <style><class name="title-4"/></style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="label">Heading</property>
+ <style><class name="heading"/></style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="label">Body</property>
+ <style><class name="body"/></style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="label">Caption Heading</property>
+ <style><class name="caption-heading"/></style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="label">Caption</property>
+ <style><class name="Caption"/></style>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
</object>
</child>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]