Files
gdb-gui/gui/icons/run-to-cursor.xpm
Tom Tromey 5fceb3421e move to pygobject and glade
This ports the code to PyGObject, and also changes it to use Glade to
edit the user interface elements.
2013-06-07 11:13:31 -06:00

41 lines
857 B
C

/* XPM */
static char * run_to_cursor_xpm[] = {
"22 22 15 1",
" c None",
". c #4A4A4A",
"+ c #BABABA",
"@ c #C0C0C0",
"# c #9C9C9C",
"$ c #000000",
"% c #CCCCCC",
"& c #D4D4D4",
"* c #D7D7D8",
"= c #DCDCDC",
"- c #E3E3E3",
"; c #EBEBEB",
"> c #F4F3F3",
", c #FEFEFE",
"' c #B72618",
" ",
" ",
" ",
" ........... ",
" .++++++++@.# ",
" .+++++@@@@.## ",
" .++@@$$@%%.... ",
" .@@@%$$%&&*==. ",
" .%%%%$$&*==--. ",
" .%&&*$$=---;;. ",
" .&*==$$;;;;>;. ",
" .=-$$$$$$>>,,. ",
" .;;;$$$$>,,,,. ",
" .;;>>$$,,,,,,. ",
" .>'''''''''',. ",
" .,'''''''''',. ",
" .,,,,,,,,,,,,. ",
" .,,,,,,,,,,,,. ",
" .............. ",
" ",
" ",
" "};