Home | History | Annotate | Download | only in gtk

Lines Matching refs:labels_

61     for (std::vector<GtkWidget*>::iterator it = labels_.begin();
62 it != labels_.end(); ++it) {
66 for (std::vector<GtkWidget*>::iterator it = labels_.begin();
67 it != labels_.end(); ++it) {
130 labels_.push_back(label1);
138 labels_.push_back(label2);
143 labels_.push_back(label3);
181 labels_.push_back(label1);
191 labels_.push_back(label2);
203 for (size_t i = 0; i < labels_.size(); ++i) {
207 gtk_util::SetLabelWidth(labels_[i], width);