mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 02:05:41 +00:00
c1b3d3e98d
* gtk/TextBuffer.custom: Added SetText with a single argumnet. * gtk/Table.custom: Added empty constructor. GtkTables automatically grow. svn path=/trunk/gtk-sharp/; revision=7024
5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
|
|
public void SetText (string text) {
|
|
gtk_text_buffer_set_text (Handle, text, text.Length);
|
|
}
|