mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 14:05:31 +00:00
5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
|
|
||
|
public void SetText (string text) {
|
||
|
gtk_text_buffer_set_text (Handle, text, text.Length);
|
||
|
}
|