[longomatch/newui: 117/157] Add missing files
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/newui: 117/157] Add missing files
- Date: Mon, 1 Sep 2014 09:51:12 +0000 (UTC)
commit 767e4e825e537061f92784c501265fa194569fe6
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Aug 27 16:54:06 2014 +0200
Add missing files
data/theme/gtk-2.0/combobox.rc | 88 ++++++++++++++++++++++++++++++++++++++++
data/theme/gtk-2.0/handles.rc | 25 +++++++++++
2 files changed, 113 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gtk-2.0/combobox.rc b/data/theme/gtk-2.0/combobox.rc
new file mode 100644
index 0000000..18e2f8e
--- /dev/null
+++ b/data/theme/gtk-2.0/combobox.rc
@@ -0,0 +1,88 @@
+style "longomatch-combobox" = "longomatch-default" {
+ xthickness = 2
+ ythickness = 2
+}
+
+style "longomatch-combobox-arrow"
+{
+ # Arrows
+
+ engine "pixmap"
+ {
+ image
+ {
+ function = ARROW
+ overlay_file = "Arrows/arrow-up-down.png"
+ overlay_border = { 0, 0, 0, 0 }
+ overlay_stretch = FALSE
+ arrow_direction = DOWN
+ }
+ }
+}
+
+style "longomatch-combobox-entry" = "longomatch-combobox" {
+ xthickness = 3
+ ythickness = 4
+
+ engine "pixmap"
+ {
+ # LTR version
+ image
+ {
+ function = SHADOW
+ detail = "entry"
+ shadow = IN
+ file = "Entry/combo-entry-border-bg.png"
+ border = { 4, 4, 5, 4 }
+ stretch = TRUE
+ direction = LTR
+ }
+ # RTL version
+ image
+ {
+ function = SHADOW
+ detail = "entry"
+ shadow = IN
+ file = "Entry/combo-entry-border-bg-rtl.png"
+ border = { 4, 4, 5, 4 }
+ stretch = TRUE
+ direction = RTL
+ }
+ image
+ {
+ function = FLAT_BOX
+ detail = "entry_bg"
+ overlay_file = "Entry/filechooser-entry-fill.png"
+ overlay_border = { 0, 0, 0, 0 }
+ overlay_stretch = TRUE
+ }
+ }
+}
+
+style "longomatch-combobox-button" {
+ fg[ACTIVE] = @text_color
+
+ engine "pixmap"
+ {
+
+ # LTR version
+ image
+ {
+ function = BOX
+ file = "Entry/combo-entry-button.png"
+ border = { 10, 10, 10, 10 }
+ stretch = TRUE
+ direction = LTR
+ }
+
+ # RTL version
+ image
+ {
+ function = BOX
+ file = "Entry/combo-entry-button-rtl.png"
+ border = { 4, 4, 5, 4 }
+ stretch = TRUE
+ direction = RTL
+ }
+ }
+}
diff --git a/data/theme/gtk-2.0/handles.rc b/data/theme/gtk-2.0/handles.rc
new file mode 100644
index 0000000..f605244
--- /dev/null
+++ b/data/theme/gtk-2.0/handles.rc
@@ -0,0 +1,25 @@
+style "longomatch-handles" = "longomatch-default"
+{
+ GtkPaned::handle-size = 3
+
+ engine "pixmap"
+ {
+ # Handles
+
+ image
+ {
+ function = HANDLE
+ overlay_file = "Handles/handle-h.png"
+ overlay_stretch = FALSE
+ orientation = HORIZONTAL
+ }
+ image
+ {
+ function = HANDLE
+ overlay_file = "Handles/handle-v.png"
+ overlay_stretch = FALSE
+ orientation = VERTICAL
+ }
+ }
+}
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]