Re: Does gnumeric have an icon?
- From: Jeff Garzik <jgarzik pobox com>
- To: Miguel de Icaza <miguel nuclecu unam mx>
- cc: Todd Graham Lewis <tlewis mindspring net>, gnome-list gnome org
- Subject: Re: Does gnumeric have an icon?
- Date: Wed, 3 Feb 1999 21:10:11 -0500 (EST)
Here is how I do it, copied from a tutorial or doc somewhere:
/* create icon for minimized state */
style = gtk_widget_get_style( GTK_WIDGET(AppWin) );
pixmap = gdk_pixmap_create_from_xpm_d( GTK_WIDGET(AppWin)->window, &mask,
&style->bg[GTK_STATE_NORMAL],
(gchar **)city_xpm );
/* a pixmap widget to contain the pixmap */
pixmapwid = gtk_pixmap_new( pixmap, mask );
/* set icon for app */
gdk_window_set_icon(GTK_WIDGET(AppWin)->window, pixmapwid->window,
pixmap, mask);
On 3 Feb 1999, Miguel de Icaza wrote:
>
> > When I iconify gnumeric under a gnomeified enlightenment, I just get an
> > amber box with no icon. Contrast this with netscape's behaviour, wherein
> > the box has a netscape icon in it.
>
> We do have an icon. I do not know how to set this icon for the
> minimized state though.
>
> I am taking input :-)
> --
> miguel@gnu.org
>
>
> --
> FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
> To unsubscribe: mail gnome-list-request@gnome.org with
> "unsubscribe" as the Subject.
>
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]