Ryujinx-GtkSharp/gtk/TextBuffer.custom
Miguel de Icaza c1b3d3e98d 2002-08-25 Miguel de Icaza <miguel@ximian.com>
* 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
2002-08-25 05:49:38 +00:00

5 lines
94 B
Plaintext

public void SetText (string text) {
gtk_text_buffer_set_text (Handle, text, text.Length);
}