Home | History | Annotate | Download | only in gtk

Lines Matching refs:new_width

843 void BrowserActionsToolbarGtk::SetButtonHBoxWidth(int new_width) {
845 new_width = std::min(max_width, new_width);
846 new_width = std::max(new_width, 0);
847 gtk_widget_set_size_request(button_hbox_.get(), new_width, -1);
973 gint new_width = button_hbox_allocation.width - distance_dragged;
974 SetButtonHBoxWidth(new_width);