Searched refs:text_w (Results 1 – 1 of 1) sorted by relevance
44 GtkWidget *text_w = NULL; variable146 text_w = glade_xml_get_widget(xml, "textview3"); in init_main_window()177 txtbuf = gtk_text_view_get_buffer(GTK_TEXT_VIEW(text_w)); in init_main_window()374 buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(text_w)); in text_insert_help()377 gtk_text_view_set_left_margin(GTK_TEXT_VIEW(text_w), 15); in text_insert_help()396 buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(text_w)); in text_insert_msg()399 gtk_text_view_set_left_margin(GTK_TEXT_VIEW(text_w), 15); in text_insert_msg()
Completed in 5 milliseconds