Re: [Gtk-osx-users] menu synchronisation



I added this bit to the loop in sync_menu_shell, and now it works:

	GtkWidget *submenu;
	    submenu = gtk_menu_item_get_submenu (GTK_MENU_ITEM (menu_item));
	    if (submenu) {
			sync_menu_shell (GTK_MENU_SHELL(submenu), carbon_item->submenu,FALSE, debug);
		}

I still have some minor other issues, but I'll work on that.

Olivier



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