[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:25:54 +0000 (UTC)
commit 3ed285ab7116706ad7a2f5b3a5c320262abf3085
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 | 67 ++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
---
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index 87b558ea8e..555cec8c08 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -1075,6 +1075,73 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
<property name="placeholder-text" translatable="yes">Password…</property>
</object>
</child>
+ <child>
+ <object class="GtkScrolledWindow">
+ <property name="vexpand">1</property>
+ <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]