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
4 lines
94 B
Text
4 lines
94 B
Text
|
|
public void SetText (string text) {
|
|
gtk_text_buffer_set_text (Handle, text, text.Length);
|
|
}
|