Searched refs:text_w (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/scripts/kconfig/
H A Dgconf.c47 GtkWidget *text_w = NULL; variable
148 text_w = glade_xml_get_widget(xml, "textview3"); init_main_window()
179 txtbuf = gtk_text_view_get_buffer(GTK_TEXT_VIEW(text_w)); init_main_window()
376 buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(text_w)); text_insert_help()
379 gtk_text_view_set_left_margin(GTK_TEXT_VIEW(text_w), 15); text_insert_help()
398 buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(text_w)); text_insert_msg()
401 gtk_text_view_set_left_margin(GTK_TEXT_VIEW(text_w), 15); text_insert_msg()

Completed in 93 milliseconds