X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..e1efca652844273c3e8d32c7e5f442b87e455ca7:/samples/widgets/icons/button.xpm diff --git a/samples/widgets/icons/button.xpm b/samples/widgets/icons/button.xpm index d06b3a3ed1..d676a405f7 100644 --- a/samples/widgets/icons/button.xpm +++ b/samples/widgets/icons/button.xpm @@ -1,54 +1,54 @@ -/* XPM */ -static char *button_xpm[] = { -/* columns rows colors chars-per-pixel */ -"32 32 16 1", -" c Gray0", -". c #808000", -"X c #000080", -"o c #808080", -"O c #000000", -"+ c #808000", -"@ c #000080", -"# c #c0c0c0", -"$ c #808080", -"% c Red", -"& c Green", -"* c Yellow", -"= c Blue", -"- c Magenta", -"; c Cyan", -": c Gray100", -/* pixels */ -"################################", -"################################", -"################################", -"################################", -"################################", -"################################", -"##### #####", -"#### :::::::::::::::::::::: ####", -"### :::::::::::::::::::::::$ ###", -"## ::######################$$ ##", -"## ::######################$$ ##", -"## ::######################$$ ##", -"## ::######################$$ ##", -"## ::######################$$ ##", -"## ::######################$$ ##", -"## ::######################$$ ##", -"## ::######################$$ ##", -"## ::######################$$ ##", -"## ::######################$$ ##", -"## ::######################$$ ##", -"## ::######################$$ ##", -"## ::######################$$ ##", -"### $$$$$$$$$$$$$$$$$$$$$$$$ ###", -"#### $$$$$$$$$$$$$$$$$$$$$$ ####", -"##### #####", -"################################", -"################################", -"################################", -"################################", -"################################", -"################################", -"################################" -}; +/* XPM */ +static const char *const button_xpm[] = { +/* columns rows colors chars-per-pixel */ +"32 32 16 1", +" c Gray0", +". c #808000", +"X c #000080", +"o c #808080", +"O c #000000", +"+ c #808000", +"@ c #000080", +"# c none", +"$ c #808080", +"% c Red", +"& c Green", +"* c Yellow", +"= c Blue", +"- c Magenta", +"; c Cyan", +": c Gray100", +/* pixels */ +"################################", +"################################", +"################################", +"################################", +"################################", +"################################", +"##### #####", +"#### :::::::::::::::::::::: ####", +"### :::::::::::::::::::::::$ ###", +"## ::######################$$ ##", +"## ::######################$$ ##", +"## ::######################$$ ##", +"## ::######################$$ ##", +"## ::######################$$ ##", +"## ::######################$$ ##", +"## ::######################$$ ##", +"## ::######################$$ ##", +"## ::######################$$ ##", +"## ::######################$$ ##", +"## ::######################$$ ##", +"## ::######################$$ ##", +"## ::######################$$ ##", +"### $$$$$$$$$$$$$$$$$$$$$$$$ ###", +"#### $$$$$$$$$$$$$$$$$$$$$$ ####", +"##### #####", +"################################", +"################################", +"################################", +"################################", +"################################", +"################################", +"################################" +};