5 lines
94 B
Text
5 lines
94 B
Text
|
|
||
|
public void SetText (string text) {
|
||
|
gtk_text_buffer_set_text (Handle, text, text.Length);
|
||
|
}
|