view gtk/maximize.xpm @ 2205:a43a3f80ed32

GTK: Changes to include both dw_(int_)init() functions with deprecated. This allows binary-wise for both old style resource apps and GResource ones to function with the same library. Which one is used depends on whether DW_INCLUDE_DEPRECATED is defined at compile time. Some more thought needs to be given to whether DW_INCLUDE_DEPRECATED should be included in the dwindows-config --cflags because apps expecting GResources will fail to compile with DW_INCLUDE_DEPRECATED defined, due to the dw_init() macro.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 29 Nov 2020 08:31:47 +0000
parents b3404a94a15d
children
line wrap: on
line source

/* XPM */
static char * maximize_xpm[] = {
/* width height num_colors chars_per_pixel */
"15 15 5 1",
/* colors */
" 	c white",
".	c #5f5f5f",
"X	c gray75",
"o	c gray70",
"O	c black",
/* pixels */
"              .",
" XXXXXXXXXXXX..",
" XooooooooooX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XooooooooooX..",
" XXXXXXXXXXXX..",
" ..............",
"..............."};