[gtk+/gtk-3-22] Revert "widget-factory: Usefully demo Frame shadow types"
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-22] Revert "widget-factory: Usefully demo Frame shadow types"
- Date: Mon, 2 Oct 2017 19:26:02 +0000 (UTC)
commit 93fc2a8edd85ade8eed004e366d5842acfc2b26d
Author: Daniel Boles <dboles src gnome org>
Date: Mon Oct 2 07:53:44 2017 +0100
Revert "widget-factory: Usefully demo Frame shadow types"
This reverts commit 15a3747406b7762518a5e573099786befb7b599d.
There is a way to get different kinds of borders: it's CSS. It's better
to keep the 4 Frames and demo the different styles we can do using CSS.
demos/widget-factory/widget-factory.ui | 39 +++++++++++++++++++++++++++++--
1 files changed, 36 insertions(+), 3 deletions(-)
---
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index 49afd09..5fcf9b5 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -1305,7 +1305,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
<child type="label">
<object class="GtkLabel" id="label1">
<property name="visible">1</property>
- <property name="label"
translatable="yes"><b>Shadow</b></property>
+ <property name="label" translatable="yes"><b>In</b></property>
<property name="use_markup">1</property>
</object>
</child>
@@ -1317,11 +1317,11 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
<child>
<object class="GtkFrame" id="frame2">
<property name="visible">1</property>
- <property name="shadow_type">none</property>
+ <property name="shadow_type">out</property>
<child type="label">
<object class="GtkLabel" id="label2">
<property name="visible">1</property>
- <property name="label" translatable="yes"><b>No
shadow</b></property>
+ <property name="label" translatable="yes"><b>Out</b></property>
<property name="use_markup">1</property>
</object>
</child>
@@ -1331,6 +1331,39 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
<property name="position">1</property>
</packing>
</child>
+ <child>
+ <object class="GtkFrame" id="frame3">
+ <property name="visible">1</property>
+ <child type="label">
+ <object class="GtkLabel" id="label17">
+ <property name="visible">1</property>
+ <property name="label" translatable="yes"><b>Etched
in</b></property>
+ <property name="use_markup">1</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">1</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkFrame" id="frame4">
+ <property name="visible">1</property>
+ <property name="shadow_type">etched-out</property>
+ <child type="label">
+ <object class="GtkLabel" id="label18">
+ <property name="visible">1</property>
+ <property name="label" translatable="yes"><b>Etched
out</b></property>
+ <property name="use_markup">1</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">1</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">1</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]