[Gtk-sharp-list] GtkHtml Superscript and Subscript problem

Douglas A Wolfe dougwolfejr at gmail.com
Sun Feb 12 10:02:43 EST 2006


I was looking for more information on the gtk html control.  I was
interested in using it in c and c#.   Does anybody know if there is
another list or a good site?

Specifically,  I was having trouble with the setting the font syle as
superscript and subscript.
In c it looks like this
      gtk_html_toggle_font_style(GTK_HTML (html),
GTK_HTML_FONT_STYLE_SUPERSCRIPT);
in c#
html.ToggleFontStyle(Gtk.HTMLFontStyle.Superscript);

These don't work, while bold and other styles do work.  I am not sure
what is wrong.

Also, I was looking for information on how to use the gtk html editor
component in c.

Thanks in advance for any help.


More information about the Gtk-sharp-list mailing list