X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..27bb2c8cb78e39d8a4def1c349e0677fd32a2c06:/samples/widgets/icons/combobox.xpm diff --git a/samples/widgets/icons/combobox.xpm b/samples/widgets/icons/combobox.xpm index c19dba9745..fd6853101b 100644 --- a/samples/widgets/icons/combobox.xpm +++ b/samples/widgets/icons/combobox.xpm @@ -1,54 +1,54 @@ -/* XPM */ -static char *combobox_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 combobox_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 */ +"################################", +"################################", +"## ##", +"## :::::::::::::::: ##", +"## :::::::::::::::: ::::: ##", +"## :::::::::::::::: ::: ##", +"## :::::::::::::::: : ##", +"## :::::::::::::::: ##", +"## ##", +"#### :::::::::::::: ::::::::: ##", +"#### :::::::::::::: ::::::::: ##", +"#### :::::::::::::: :::: :::: ##", +"#### :::::::::::::: ::: ::: ##", +"#### :: ::::: :: :: ##", +"#### :::::::::::::: ::::::::: ##", +"#### :: :::: ::::::::: ##", +"#### :::::::::::::: ##", +"#### :: ::: ::::::::: ##", +"#### :::::::::::::: ::::::::: ##", +"#### :: :::: ::::::::: ##", +"#### :::::::::::::: ##", +"#### :: ::::: ::::::::: ##", +"#### :::::::::::::: ::::::::: ##", +"#### :: :::: :: :: ##", +"#### :::::::::::::: ::: ::: ##", +"#### :::::::::::::: :::: :::: ##", +"#### :::::::::::::: ::::::::: ##", +"#### :::::::::::::: ::::::::: ##", +"#### ##", +"################################", +"################################", +"################################" +};