lazarus/images/sourceeditor/ActiveBreakPoint.xpm
lazarus d8a4f5d282 MWE:
+ Added invalidBreakpoint image
  * Reorganized uniteditor so that breakpoints can be added erternal
  * moved breakpoints events to notification object

git-svn-id: trunk@1546 -
2002-03-25 22:38:29 +00:00

20 lines
302 B
C

/* XPM */
static char * ActiveBreakPoint_xpm[] = {
"11 11 5 1",
" c None",
". c #000000",
"+ c #FF0000",
"@ c #00FF00",
"# c #008000",
" ..... ",
" .+++++. ",
" .+++++@#. ",
".++++++@#+.",
".+++++@#++.",
".+++++@#++.",
".+@++@#+++.",
".++@+@#+++.",
" .++@#+++. ",
" .+++++. ",
" ..... "};