lazarus/images/sourceeditor/UnknownBreakPoint.xpm
marc a014a74b8b MWE: + Added exception break
* Reworked adding/removing breakpoints
     + Added Unknown breakpoint type

git-svn-id: trunk@3073 -
2002-08-18 08:57:29 +00:00

20 lines
303 B
C

/* XPM */
static char * UnknownBreakPoint_xpm[] = {
"11 11 5 1",
" c None",
". c #000000",
"+ c #FF0000",
"@ c #FFFF00",
"# c #FF8000",
" ..... ",
" .+++++. ",
" .++@@@#+. ",
".++@+++@#+.",
".++++++@#+.",
".+++++@#++.",
".++++@#+++.",
".+++++++++.",
" .+++@#++. ",
" .+++++. ",
" ..... "};