testTextSet
fn
void testTextSet(gtk.widget.Widget widget, string string_)Set the text string of widget to string if it is a GtkLabel, GtkEditable (entry and text widgets) or GtkTextView.
Parameters
widget | valid widget pointer. |
string_ | a 0-terminated C string |
Deprecated
This testing infrastructure is phased out in favor of reftests.