GtkEditable::insert_text

GtkEditable::insert_text

insert_text() is the simplest way of putting text into an editable widget. GtkText has an alternative method, insert() , which gives greater control over the appearance of the text, amongst other things.

This method does not support internationalization under win32. Use insert() .

The insert_text() method also causes the signal of the same name to be emitted.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.