Home | History | Annotate | Download | only in download

Lines Matching refs:arrow_

168       arrow_(NULL),
464 if (!arrow_) {
465 arrow_ = gtk_arrow_new(GTK_ARROW_DOWN, GTK_SHADOW_NONE);
466 gtk_widget_set_size_request(arrow_,
469 gtk_container_add(GTK_CONTAINER(menu_button_), arrow_);
473 gtk_widget_show(arrow_);
479 if (arrow_)
480 gtk_widget_hide(arrow_);
801 GtkAllocation arrow_allocation = arrow_->allocation;