Home | History | Annotate | Download | only in gtk

Lines Matching refs:hbox

221   // The find bar is basically an hbox with a gtkentry (text box) followed by 3
222 // buttons (previous result, next result, close). We wrap the hbox in a gtk
227 GtkWidget* hbox = gtk_hbox_new(false, 0);
228 container_ = gtk_util::CreateGtkBorderBin(hbox, NULL,
239 gtk_util::CenterWidgetInHBox(hbox, close_button_->widget(), true,
253 gtk_box_pack_end(GTK_BOX(hbox), find_next_button_->widget(),
263 gtk_box_pack_end(GTK_BOX(hbox), find_previous_button_->widget(),
303 gtk_util::CenterWidgetInHBox(hbox, border_bin_, true, 0);