Re: [gtk-list] How to place pixmap on the menu



On Tue, Apr 04, 2000 at 03:12:40PM -0400, anil kumar wrote:
> How to place pixmaps on the menu

have you tried
menu_item = gtk_menu_item_new ();
gtk_container_add (GTK_CONTAINER (menu_item), pixmap);
?
This should work.

-- 
Alexander Kotelnikov
Saint-Petersburg, Russia
mailto:sacha@ak2614.spb.edu



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