Searched refs:instructions_hbox_ (Results 1 – 2 of 2) sorted by relevance
21 instructions_hbox_ = gtk_chrome_shrinkable_hbox_new(FALSE, FALSE, 0); in BookmarkBarInstructionsGtk()22 gtk_widget_set_size_request(instructions_hbox_, 0, -1); in BookmarkBarInstructionsGtk()27 gtk_util::CenterWidgetInHBox(instructions_hbox_, instructions_label_, in BookmarkBarInstructionsGtk()44 gtk_util::CenterWidgetInHBox(instructions_hbox_, instructions_link_, in BookmarkBarInstructionsGtk()
33 GtkWidget* widget() const { return instructions_hbox_; } in widget()53 GtkWidget* instructions_hbox_; variable