Searched refs:last_button (Results 1 – 2 of 2) sorted by relevance
199 GtkWidget* last_button = current_button; in gtk_custom_menu_item_expose_button() local202 last_button = GTK_WIDGET(i->data); in gtk_custom_menu_item_expose_button()206 std::swap(first_button, last_button); in gtk_custom_menu_item_expose_button()210 int width = last_button->allocation.width + last_button->allocation.x - in gtk_custom_menu_item_expose_button()212 int height = last_button->allocation.height; in gtk_custom_menu_item_expose_button()425 GtkWidget* last_button = in gtk_custom_menu_item_select_item_by_direction() local427 if (last_button) in gtk_custom_menu_item_select_item_by_direction()428 set_selected(menu_item, last_button); in gtk_custom_menu_item_select_item_by_direction()
111 GtkWidget* last_button = NULL; in OnMenuMotionNotify() local126 last_button, button, last_x, last_y, &x, &y)) { in OnMenuMotionNotify()132 last_button = button; in OnMenuMotionNotify()