Re: Icons



Jeff Shipman <shippy nmt edu> writes:
> Is there a way to assign an icon to an applicaton?
> My window manager (fvwm2) displays an icon that
> I can double-click on after I've minimized the app
> to pop it back up. I've seen many applications that
> have the icon as part of the program (mozilla,
> vmware, etc). How can I assign an icon to my program?
> 

gdk_window_set_icon(). Call it in a signal handler connected to the
"realize" signal on a GtkWindow with gtk_signal_connect_after().

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]