summaryrefslogtreecommitdiff
path: root/gtk2_ardour/pixmaps
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-03-10 07:16:45 +0000
committerDoug McLain <doug@nostar.net>2006-03-10 07:16:45 +0000
commit276d290a422f3c13a3e72d907eb4882e9db53105 (patch)
tree87298f5b550eb45f32c4eb1d5355380750ba649c /gtk2_ardour/pixmaps
parent58bd9bff8db593dab69188199632aeabbcf8be8d (diff)
Example code to load the x and <-> xpms for the mixer strip from files instead of from hard coded xpm data.
git-svn-id: svn://localhost/trunk/ardour2@370 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/pixmaps')
-rw-r--r--gtk2_ardour/pixmaps/lr.xpm16
-rw-r--r--gtk2_ardour/pixmaps/small_x.xpm16
2 files changed, 32 insertions, 0 deletions
diff --git a/gtk2_ardour/pixmaps/lr.xpm b/gtk2_ardour/pixmaps/lr.xpm
new file mode 100644
index 0000000000..b045c94883
--- /dev/null
+++ b/gtk2_ardour/pixmaps/lr.xpm
@@ -0,0 +1,16 @@
+/* XPM */
+static const gchar * lr_xpm[] = {
+"11 11 2 1",
+" c None",
+". c #cccccc",
+" ",
+" ",
+" . . ",
+" . . ",
+" . . ",
+"...........",
+" . . ",
+" . . ",
+" . . ",
+" ",
+" "};
diff --git a/gtk2_ardour/pixmaps/small_x.xpm b/gtk2_ardour/pixmaps/small_x.xpm
new file mode 100644
index 0000000000..ee8e930761
--- /dev/null
+++ b/gtk2_ardour/pixmaps/small_x.xpm
@@ -0,0 +1,16 @@
+/* XPM */
+static const gchar * small_x_xpm[] = {
+"11 11 2 1",
+" c None",
+". c #cccccc",
+" ",
+" ",
+" . . ",
+" . . ",
+" . . ",
+" . ",
+" . . ",
+" . . ",
+" . . ",
+" ",
+" "};