mirror of
https://github.com/tromey/gdb-gui.git
synced 2026-01-05 16:10:05 +01:00
This ports the code to PyGObject, and also changes it to use Glade to edit the user interface elements.
29 lines
671 B
C
29 lines
671 B
C
/* XPM */
|
|
static char * step_out_xpm[] = {
|
|
"22 22 3 1",
|
|
" c None",
|
|
". c #FF0000",
|
|
"+ c #000000",
|
|
" ",
|
|
" ",
|
|
" . ",
|
|
" .. ",
|
|
" ......... ",
|
|
" ......... ",
|
|
" .. .. ",
|
|
" ++ .. ++ . ",
|
|
" ++ .. ++ ",
|
|
" ++ .. ++ ",
|
|
" ++ .. ++ ",
|
|
" ++ ++ ",
|
|
" ++ ++ ",
|
|
" ++ ++ ",
|
|
" ++ ++ ",
|
|
" ++ ++ ",
|
|
" ++ ++ ",
|
|
" ++ ++ ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|