Home | History | Annotate | Download | only in gtk

Lines Matching refs:menu_req

96                            const GtkRequisition* menu_req,
99 CHECK(menu_req);
106 const int menu_bottom = y + menu_req->height;
107 int alternate_y = y - menu_req->height;
649 GtkRequisition menu_req;
651 gtk_widget_size_request(GTK_WIDGET(menu), &menu_req);
673 *x += widget->allocation.width - menu_req.width;
675 *y = CalculateMenuYPosition(&screen_rect, &menu_req, widget, *y);
692 GtkRequisition menu_req;
693 gtk_widget_size_request(GTK_WIDGET(menu), &menu_req);
701 *y = CalculateMenuYPosition(&screen_rect, &menu_req, NULL, *y);