Files
gdb-gui/gui/icons/step-out.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

29 lines
671 B
C

/* XPM */
static char * step_out_xpm[] = {
"22 22 3 1",
" c None",
". c #FF0000",
"+ c #000000",
" ",
" ",
" . ",
" .. ",
" ......... ",
" ......... ",
" .. .. ",
" ++ .. ++ . ",
" ++ .. ++ ",
" ++ .. ++ ",
" ++ .. ++ ",
" ++ ++ ",
" ++ ++ ",
" ++ ++ ",
" ++ ++ ",
" ++ ++ ",
" ++ ++ ",
" ++ ++ ",
" ",
" ",
" ",
" "};