How to set Placeholder text in Gtk.TextView

Viewed 1730

I have been using Gtk Entry till now which offers set_placeholder_text method to set a placeholder text in it however, looking in the documentation , I found no such method for TextView .

Is there any way I can set placeholder text in Gtk Textview ?

1 Answers
Related