view lisp/toolbar/rescan.xpm @ 57597:754a6433f048

* gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose, xg_find_top_left_in_fixed): Removed. (xg_create_scroll_bar): Put an event box widget between the scroll bar widget and the edit widget. (xg_show_scroll_bar): Show the parent widget (the event box). (xg_remove_scroll_bar): Destroy parent (the event box) also. (xg_update_scrollbar_pos): Remove arguments real_left and canon_width. Move the parent (the event box) widget inside the fixed widget. Move window clear to xterm.c.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 19 Oct 2004 16:40:03 +0000
parents 2568d5a27317
children
line wrap: on
line source

/* XPM */
static char * mail_rescan_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 6 1",
" 	c None",
".	c black",
"X	c #a5d8a5d89550",
"o	c #d305d305bc3c",
"O	c #ea03ea03d271",
"+	c #828282827474",
/* pixels */
"                        ",
"                        ",
"       ..............   ",
"      .XXXXXXXXXXXX..   ",
"     .XXXXXXXXXXXX.X.   ",
"    .XXXXXXXXXXXX.oo.   ",
"   ..............ooo.   ",
"   .OOOOOOOOOOOO.ooo.   ",
"   .O++++++++++O.ooo.   ",
"   .O+XXXXXXXX+O.ooo.   ",
"   .O+XXXXXXXX+O.ooo.   ",
"   .O+XXXXXXXX+O.ooo.   ",
"   .O+XXXXXXXX+O.ooo.   ",
"   .O++++++++++O.ooo.   ",
"   .OOOOOOOOOOOO.ooo.   ",
"   .O++++++++++O.ooo.   ",
"   .O+XXXXXXXX+O.ooo.   ",
"   .O+XXXXXXXX+O.ooX.   ",
"   .O+XXXXXXXX+O.oo..   ",
"   .O++++++++++O.o..    ",
"  ..OOOOOOOOOOOO...     ",
"  ................      ",
"                        ",
"                        "};