Set but unused.
https://bugzilla.gnome.org/show_bug.cgi?id=677055
GtkMenuToolButtonPrivate *priv = button->priv;
GtkAllocation arrow_allocation;
GtkWidget *widget = GTK_WIDGET (button);
- GtkRequisition req;
GtkRequisition menu_req;
GtkOrientation orientation;
GtkTextDirection direction;
else
{
gdk_window_get_origin (gtk_button_get_event_window (GTK_BUTTON (priv->arrow_button)), x, y);
- gtk_widget_get_preferred_size (priv->arrow_button,
- &req, NULL);
gtk_widget_get_allocation (priv->arrow_button, &arrow_allocation);