GtkSharp/gtk/HTMLStream.custom
Miguel de Icaza 9786738198 Add customization
svn path=/trunk/gtk-sharp/; revision=10534
2003-01-15 04:24:50 +00:00

5 lines
96 B
Plaintext

public void Write (string buffer)
{
gtk_html_stream_write (ref this, buffer, buffer.Length);
}