view gtk/folder.xpm @ 2807:975df4680ff7

iOS: Need to trigger window menu rebuilds if a menu item changes. Currently if code changes the checked or enabled state of a menu item it triggers a repopulation of all menus on all windows. We may be able to reduce this by attempting to detect which window the menu item is a descendant of and only repopulate that menu... however this will do for now.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 20 Jul 2022 19:22:06 +0000
parents 190f38918967
children
line wrap: on
line source

/* XPM */
static char * FOLDER_xpm[] = {
"16 16 10 1",
" 	c None",
".	c #000000",
"+	c #AA9200",
"@	c #FFFFAA",
"#	c #FFDB55",
"$	c #AA6D00",
"%	c #F7F7F7",
"&	c #D59255",
"*	c #FFDBAA",
"=	c #D5B655",
"                ",
"  &&&&          ",
" &%%%%&         ",
"&%@@@@%+++++$   ",
"&@@@@@@%%%%%$   ",
"&@*++++++++++++ ",
"&#+%%%%%%%%%*%+$",
"&#+@@@@@@@@@#@+$",
"&#+@@@@@@@@@.@+$",
"&#+@@**@**@@=@+$",
"&#+@########=@+$",
"&#+@########=@+$",
" ++++++++++++++$",
"  $$$$$$$$$$$$$ ",
"                ",
"                "};