view lisp/sb-mail.xpm @ 58170:66ace4a9a250

(pop_down_menu): New function. (popup_get_selection, popup_widget_loop): Unwind protect to pop_down_menu. (popup_widget_loop): Add argument widget. (create_and_show_popup_menu, create_and_show_dialog): Pass new argument widget to popup_widget_loop.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 12 Nov 2004 10:34:36 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

/* XPM */
static char * sb_mail_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #B8B8B8",
"+	c #000000",
"@	c #828282",
"#	c #FFFFFF",
" .................. ",
".++++++++++++++++++@",
".++##############++@",
".+#++##########++#+@",
".+###++######++###+@",
".+#####++##++#####+@",
".+#######++#######+@",
".+################+@",
".+####+######+####+@",
".+################+@",
".+##+##########+##+@",
".+################+@",
".++##############++@",
".++++++++++++++++++@",
" @@@@@@@@@@@@@@@@@@ "};