gimp/app/tools/lower.xpm
Sven Neumann 69fc983a33 Added buttons to access the menu functions in the Layers&Channels-dialog
more directly. They are connected to the menu-item-callback-functions.


--Sven
1998-04-03 10:29:25 +00:00

25 lines
564 B
C

/* XPM */
static char * lower_xpm[] = {
"22 18 3 1",
" c None",
". c #000000",
"+ c #7F7F7F",
" ",
" ",
" ",
" ",
" ",
" ",
" .............. ",
" ............+ ",
" ..........+ ",
" ........+ ",
" ......+ ",
" ....+ ",
" ..+ ",
" + ",
" ",
" ",
" ",
" "};