view etc/images/diropen.xpm @ 80520:aaff809b3a06

(Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern. (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range): (mac_ax_number_of_characters): Add externs. (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars) [USE_MAC_TSM]: Likewise. (mac_handle_text_input_event) [MAC_OSX]: Handle kEventTextInputOffsetToPos for no active input area case. Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText. (mac_handle_document_access_event) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function. (install_application_handler) [MAC_OSX]: Register handlers for kEventTextInputPosToOffset and kEventTextInputGetSelectedText. (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Register mac_handle_document_access_event.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 23 Apr 2008 08:56:20 +0000
parents 28718fa5d988
children
line wrap: on
line source

/* XPM */
static char * diropen_xpm[] = {
"19 24 17 1",
" 	c None",
".	c #000100",
"+	c #C6C9A6",
"@	c #D0D3AF",
"#	c #93997C",
"$	c #E6E7D0",
"%	c #BEC19E",
"&	c #B4B895",
"*	c #A7AA88",
"=	c #6B6D59",
"-	c #4A4E40",
";	c #7C8166",
">	c #898E72",
",	c #3C4032",
"'	c #575845",
")	c #34332C",
"!	c #24231D",
"  ...............  ",
" .+@@@@@@@@@@@@@#. ",
".$@@@@@@@@@@@@@@@#.",
".++++%%%%%%%%%&&&*.",
".&&&&&&&&&&******#.",
".*%+++%%%%%%%%%&=#.",
".*+***********##-#.",
".*+****;===;####-#.",
".*+****=*****###-#.",
".*+****;*****###-#.",
".*+****########>-#.",
".*&######>>>>>>>,>.",
".*#-------------'>)",
".*&&&&&&&&&&&&&*#>)",
".*&************#'>)",
".*&***********##,>)",
".*&****====;###>,>)",
".#&****=**#**##>,;)",
".#&****>****###>,;)",
".#&****########>,;)",
".##''''''''''''',;)",
".#>==============;)",
".''''''''''''''''-!",
" ................. "};