Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:instant_view_

172       instant_view_(NULL),
363 instant_view_ = gtk_label_new(NULL);
364 gtk_widget_set_no_show_all(instant_view_, TRUE);
365 gtk_label_set_selectable(GTK_LABEL(instant_view_), TRUE);
379 instant_view_,
769 gtk_label_set_text(GTK_LABEL(instant_view_), suggestion_utf8.c_str());
774 gtk_widget_hide(instant_view_);
786 gtk_widget_show(instant_view_);
792 const gchar* suggestion = gtk_label_get_text(GTK_LABEL(instant_view_));
958 gtk_util::UndoForceFontSize(instant_view_);
1008 gtk_util::ForceFontSizePixels(instant_view_, GetFont().GetFontSize());
1029 GtkStyle* style = gtk_rc_get_style(instant_view_);
1047 GtkStyle* style = gtk_rc_get_style(instant_view_);
1070 gtk_label_select_region(GTK_LABEL(instant_view_), 0, -1);
1072 gtk_widget_modify_text(instant_view_, GTK_STATE_ACTIVE, &text);
1073 gtk_widget_modify_base(instant_view_, GTK_STATE_ACTIVE, &bg);
1077 gtk_widget_modify_fg(instant_view_, GTK_STATE_NORMAL, &text);
1706 if (!handled && GTK_WIDGET_VISIBLE(instant_view_))
2338 // baseline, so we need to move the |instant_view_| down to make sure it
2340 PangoLayout* layout = gtk_label_get_layout(GTK_LABEL(instant_view_));