13
0
livetrax/gtk2_ardour/pixmaps/small_x.xpm
Doug McLain 276d290a42 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
2006-03-10 07:16:45 +00:00

17 lines
255 B
C

/* XPM */
static const gchar * small_x_xpm[] = {
"11 11 2 1",
" c None",
". c #cccccc",
" ",
" ",
" . . ",
" . . ",
" . . ",
" . ",
" . . ",
" . . ",
" . . ",
" ",
" "};