Re: [Gtk-osx-users] menu synchronisation
- From: Olivier Sessink <oliviersessink gmail com>
- To: John Ralls <jralls ceridwen fremont ca us>
- Subject: Re: [Gtk-osx-users] menu synchronisation
- Date: Sun, 4 Apr 2010 14:28:23 +0200
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]