view gtk/maximize.xpm @ 1452:dbe16031ffb4

Changes for GTK to make top-level windows act more like on other platforms. Menubar should be separate from the rest of the layout... added a Grid for GTK3 and Table for GTK2 to hold the menubar in a static position. Also potential stability fixes when destroying a menubar from a window.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 14 Dec 2011 08:22:54 +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..",
" ..............",
"..............."};