gimp/app/tools/raise.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

23 lines
416 B
C

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