Searched refs:instructions_label_ (Results 1 – 2 of 2) sorted by relevance
24 instructions_label_ = gtk_label_new( in BookmarkBarInstructionsGtk()26 gtk_misc_set_alignment(GTK_MISC(instructions_label_), 0, 0.5); in BookmarkBarInstructionsGtk()27 gtk_util::CenterWidgetInHBox(instructions_hbox_, instructions_label_, in BookmarkBarInstructionsGtk()29 g_signal_connect(instructions_label_, "map", in BookmarkBarInstructionsGtk()74 gtk_util::SetLabelColor(instructions_label_, NULL); in UpdateColors()78 gtk_util::SetLabelColor(instructions_label_, &bookmark_color); in UpdateColors()
54 GtkWidget* instructions_label_; variable