Searched refs:menuPopupWidget (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/gtk/
H A Dgtkdrawing.h112 GtkWidget* menuPopupWidget; member in struct:_GtkThemeParts
H A Dgtk2drawing.c567 if (!gParts->menuPopupWidget) {
569 gParts->menuPopupWidget = gtk_menu_new();
571 gParts->menuPopupWidget);
572 gtk_widget_realize(gParts->menuPopupWidget);
573 g_object_set_data(G_OBJECT(gParts->menuPopupWidget),
585 gtk_menu_shell_append(GTK_MENU_SHELL(gParts->menuPopupWidget),
600 gtk_menu_shell_append(GTK_MENU_SHELL(gParts->menuPopupWidget),
615 gtk_menu_shell_append(GTK_MENU_SHELL(gParts->menuPopupWidget),
630 gtk_menu_shell_append(GTK_MENU_SHELL(gParts->menuPopupWidget),
2386 gtk_widget_set_direction(gParts->menuPopupWidget, directio
[all...]

Completed in 19 milliseconds