view lisp/toolbar/lc-back_arrow.xpm @ 59677:d762442d2c8f

(auto_window_vscroll_p): New boolean. (syms_of_window): DEFVAR_BOOL it. (Fpos_visible_in_window_p): Extend return value to include RTOP and RBOT values if FULLY is nil. (window_scroll_pixel_based): Adjust vscroll for partially visible rows if auto_window_vscroll_p is set. (Fset_window_vscroll): Do nothing if vscroll is not modified.
author Kim F. Storm <storm@cua.dk>
date Sat, 22 Jan 2005 01:41:47 +0000
parents 54c368ae8f2b
children
line wrap: on
line source

/* XPM */
static char *back_arrow_xpm[] = {
"24 24 6 1",
"  c #000000",
". c #000100",
"X c #6B6B66",
"o c #87AF85",
"O c #FFFFFF",
"+ c None",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++ +++++++++++++",
"+++++++++ .+++++++++++++",
"++++++++ O.+++++++++++++",
"+++++++ Oo .  ++++++++++",
"++++++ Ooooooo +++++++++",
"+++++ Ooooooooo ++++++++",
"++++ ooooooooooo.+++++++",
"+++++ oooooooooo..++++++",
"++++++.oooooooooo.++++++",
"+++++++.oo.. oooo.++++++",
"++++++++.o.+  ooo.++++++",
"+++++++++..++..oo.++++++",
"++++++++++.+++.oo.++++++",
"++++++++++++++.oo.++++++",
"++++++++++++++.o.+++++++",
"+++++++++++++.oX.+++++++",
"++++++++++++.oo.++++++++",
"+++++++++++++..+++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++"};