view gui/mplayer/pixmaps/sub.xpm @ 32955:e12d6cd72b75

Go without gtk functions. Normal string function are sufficient to handle item->text, there is no need to use gtk functions.
author ib
date Mon, 07 Mar 2011 20:27:29 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const sub_xpm[] = {
"16 16 2 1",
" 	c None",
".	c #000000",
"                ",
"                ",
"                ",
"                ",
" ... .   . ...  ",
".    .   . .  . ",
".    .   . .  . ",
" ..  .   . ...  ",
"   . .   . .  . ",
"   . .   . .  . ",
"...   ...  ...  ",
"                ",
"                ",
"                ",
"                ",
"                "};