How to produce a 'New Line' in GtkTextView ?
- From: Glus Xof <gtglus gmail com>
- To: "gtkmm-list gnome org" <gtkmm-list gnome org>
- Subject: How to produce a 'New Line' in GtkTextView ?
- Date: Sun, 12 Mar 2017 13:28:42 +0100
Hi guys,
Just in trouble trying to find why GtkTextView doesn't show a new line in this kind of code,
Glib::RefPtr<Gtk::TextBuffer> refTextBuffer = Gtk::TextBuffer::create();
refTextBuffer->insert_with_tag (refTextBuffer->end(), ".\n", refTag...);
Notice that the 2nd parameter of "insert_with_tag" is ".\n"... so why "\n" doesn't produce a new line here (instead of writing ".\n") ?
Glus
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]